omnilight / yii2-phonenumbers
There is no license information available for the latest version (1.1.0) of this package.
Provides phone number parsing and transform behaviors and validators
Package info
github.com/omnilight/yii2-phonenumbers
Type:yii2-extension
pkg:composer/omnilight/yii2-phonenumbers
1.1.0
2015-06-23 07:46 UTC
Requires
- php: >=5.4.0
- giggsey/libphonenumber-for-php: ~6.0
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-02-16 07:54:27 UTC
README
This extension adds phone number behavior and validator for Yii framework 2.0
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist omnilight/yii2-phonenumbers "*"
or add
"omnilight/yii2-phonenumbers": "*"
to the require section of your composer.json.