2017 © Pedro Peláez
 

yii2-extension yii2-helpers

Yii2 helpers library

image

demmonico/yii2-helpers

Yii2 helpers library

  • Monday, November 14, 2016
  • by demmonico
  • Repository
  • 1 Watchers
  • 1 Stars
  • 703 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 40 % Grown

The README.md

Yii2 helpers library

Description

Yii2 helpers library which used in web-application development., (*1)

Composition

ReflectionHelper

Class for work with classes, functions etc. using Reflection, (*2)

DateTimeHelper

Class for work with Date and Time, (*3)

RequestHelper

Class for work with URL and requests, (*4)

Dumper

More effective dump, (*5)

Usage:, (*6)

// smart var dump
\Yii::$app->dump->log($this->findCondition);

```php // smart var dump with die \Yii::$app->dump->stop($this->findCondition);, (*7)

```php
// smart var dump several variables
\Yii::$app->dump->arr($this->findCondition1, $this->findCondition2);

Singleton

Class Singleton. Parent for create own simple singleton, (*8)

Multiton

Class Multiton. Parent for create own simple multiton, (*9)

The Versions

14/11 2016

dev-master

9999999-dev https://github.com/demmonico/yii2-helpers

Yii2 helpers library

  Sources   Download

MIT

The Requires

 

by Dmitry demmonico

component extension yii2 helper yii

14/11 2016

v1.1.0

1.1.0.0 https://github.com/demmonico/yii2-helpers

Yii2 helpers library

  Sources   Download

MIT

The Requires

 

by Dmitry demmonico

component extension yii2 helper yii

05/09 2016

v1.0.2

1.0.2.0 https://github.com/demmonico/yii2-helpers

Yii2 helpers library

  Sources   Download

MIT

The Requires

 

by Dmitry demmonico

component extension yii2 helper yii

02/09 2016

v1.0.1

1.0.1.0 https://github.com/demmonico/yii2-helpers

Yii2 helpers library

  Sources   Download

MIT

The Requires

 

by Dmitry demmonico

component extension yii2 helper yii

25/08 2016

v1.0.0

1.0.0.0 https://github.com/demmonico/yii2-helpers

Yii2 helpers library

  Sources   Download

MIT

The Requires

 

by Dmitry demmonico

component extension yii2 helper yii