vistart / yii2-helpers
The helpers for Yii 2 application.
Installs: 931
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 1
Open Issues: 0
Type:yii2-extension
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'); ?>