This bundle integrate International Telephone Input. into symfony2 as a form type., (*1)
, (*2)
Demo and Examples
You can view a live demo and some examples of how to use the various options here: http://jackocnr.com/intl-tel-input.html., (*3)
Installation
Using Composer
Add the intl-tel-input-bundle in your composer.json
file:, (*4)
{
"require": {
"SpikeO/intl-tel-input-bundle": "dev-master"
}
}
Now tell composer to download the bundle by running the command:, (*5)
bash
$ php composer.phar update SpikeO/intl-tel-input-bundle
, (*6)
Composer will install the bundle in your project's vendor
directory., (*7)