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.

Installs: 931

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

Type:yii2-extension

1.0.1 2015-08-06 08:35 UTC

This package is not auto-updated.

Last update: 2017-03-17 11:08:58 UTC


README

Join the chat at https://gitter.im/vistart/yii2-helpers 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'); ?>