spikeo/intl-tel-input-bundle

This bundle integrate International Telephone Input into symfony2 form

Maintainers

Package info

github.com/SpikeO/intl-tel-input-bundle

Type:symfony-bundle

pkg:composer/spikeo/intl-tel-input-bundle

Statistics

Installs: 1 421

Dependents: 0

Suggesters: 0

Stars: 0

dev-master 2014-10-02 22:18 UTC

This package is not auto-updated.

Last update: 2026-03-24 10:31:11 UTC


README

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.