demmonico/yii2-helpers Yii2 helpers library

extensionhelpercomponent

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

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.1.0 is the latest of 4 releases



MIT license
Stats
1 github stars & 1 github forks
7 downloads in the last day
77 downloads in the last 30 days
2853 total downloads