Yii2 helpers library which used in web-application development.
Class for work with classes, functions etc. using Reflection
Class for work with Date and Time
Class for work with URL and requests
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);
Class Singleton. Parent for create own simple singleton
Class Multiton. Parent for create own simple multiton
Comments