Skip to content

This bundle integrate International Telephone Input into symfony2 form

Notifications You must be signed in to change notification settings

WebDevMichael/intl-tel-input-bundle

 
 

Repository files navigation

intl-tel-input-bundle

This bundle integrate International Telephone Input. into symfony2 as a form type.

alt tag

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:

{
    "require": {
        "SpikeO/intl-tel-input-bundle": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update SpikeO/intl-tel-input-bundle

Composer will install the bundle in your project's vendor directory.

About

This bundle integrate International Telephone Input into symfony2 form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%