2017 © Pedro Peláez
 

yii2-extension yii2-intl-tel-input

intl-tel-input

image

avikarsha/yii2-intl-tel-input

intl-tel-input

  • Friday, June 8, 2018
  • by avikarsha.saha
  • Repository
  • 2 Watchers
  • 0 Stars
  • 119 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

intl-tel-input

intl-tel-input, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist avikarsha/yii2-intl-tel-input "*"

or add, (*4)

"avikarsha/yii2-intl-tel-input": "*"

to the require section of your composer.json file., (*5)

Usage

Once the extension is installed, simply use it in your code by :, (*6)

```php = \avikarsha\intltelinput\IntlTelInput::widget(); ?>, (*7)

= $form->field($model_user, 'attribute') ->widget(IntlTelInput::className(), []) ?>```, (*8)

Client side validation added., (*9)

The Versions

08/06 2018

dev-master

9999999-dev

intl-tel-input

  Sources   Download

MIT

The Requires

 

by Avikarsha Saha

extension yii2