demmonico/yii2-helpers 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

demmonico/yii2-helpers

最新稳定版本:v1.1.0

Composer 安装命令:

composer require demmonico/yii2-helpers

包简介

Yii2 helpers library

README 文档

README

#Yii2 helpers library ##Description Yii2 helpers library which used in web-application development.

##Composition ###ReflectionHelper Class for work with classes, functions etc. using Reflection

###DateTimeHelper Class for work with Date and Time

###RequestHelper Class for work with URL and requests

###Dumper More effective dump

Usage:

// smart var dump
\Yii::$app->dump->log($this->findCondition);
// smart var dump with die
\Yii::$app->dump->stop($this->findCondition);
// smart var dump several variables
\Yii::$app->dump->arr($this->findCondition1, $this->findCondition2);

###Singleton Class Singleton. Parent for create own simple singleton

###Multiton Class Multiton. Parent for create own simple multiton

统计信息

  • 总下载量: 4.28k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 5
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-08-25