swaina/intl-tel-input-bundle

This bundle integrate International Telephone Input into symfony5 form

Installs: 44

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 2

Language:Twig

Type:symfony-bundle

dev-master 2020-11-02 06:35 UTC

This package is auto-updated.

Last update: 2025-06-29 01:42:55 UTC


README

This bundle integrate International Telephone Input. into symfony5 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": {
        "swaina/intl-tel-input-bundle": "dev-master"
    }
}

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

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

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