vistart / yii2-helpers
This package is abandoned and no longer maintained.
The author suggests using the rhosocial/helpers package instead.
The helpers for Yii 2 application.
1.0.1
2015-08-06 08:35 UTC
Requires
- php: >=5.4.0
- yiisoft/yii2: >=2.0.6
This package is not auto-updated.
Last update: 2017-03-17 11:08:58 UTC
README
The helpers for Yii 2 application.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist vistart/yii2-helpers "*"
or add
"vistart/yii2-helpers": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \vistart\Helpers\Ip::IPv4toInteger('192.168.1.1'); ?>