mpetrini / intl-tel-input-bundle
This bundle integrate International Telephone Input into symfony4 form
Installs: 3 334
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Forks: 0
Type:symfony-bundle
pkg:composer/mpetrini/intl-tel-input-bundle
Requires
- php: >=7.1
- symfony/config: ^4.0 || ^5.0
- symfony/dependency-injection: ^4.0 || ^5.0
- symfony/form: ^4.0 || ^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.15@dev
- phpmd/phpmd: dev-master
- squizlabs/php_codesniffer: ^3.0@dev
- symfony/browser-kit: ^4.0 || ^5.0
- symfony/phpunit-bridge: ^4.0 || ^5.0
README
This bundle integrate International Telephone Input. into symfony4 as a form type.
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.
Installation
Using Composer
Add the intl-tel-input-bundle in your composer.json
file:
$ php composer.phar require mpetrini/intl-tel-input-bundle
Composer will install the bundle in your project's vendor
directory.