Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: OpenID Connect / OAuth client 3.0.0-alpha9 New alpha version released for module openid_connect (3.0.0-alpha9). Release: Opensolr Search 4.5.0 Minor update available for module opensolr_search (4.5.0). Release: Timelinr 1.0.1 Minor update available for module timelinr (1.0.1). Usage Milestone: Simplify Module simplify crossed 10,000 active installs. Usage Milestone: Views Reference Filter Module entityreference_filter crossed 10,000 active installs. Usage Milestone: Dropdown Language Module dropdown_language crossed 10,000 active installs. Usage Milestone: Paragraphs Browser Module paragraphs_browser crossed 10,000 active installs. Usage Milestone: OpenAPI Module openapi crossed 10,000 active installs. Usage Milestone: Decoupled Router Module decoupled_router crossed 10,000 active installs. Module Revived: Entityqueue Buttons 1.1.2 Module entityqueue_buttons updated after 8 months of inactivity (1.1.2).

International Phone

1,380 sites Security covered Drupal 10–11
View on drupal.org

This module helps in entering and validating international phone numbers on your Drupal site. It uses a JavaScript plugin to provide features for international number input.

Drupal module for entering and validating international telephone number.

Based on/uses the Javascript plugin intl-tel-input by jackocnr

Attention

Version >= 4.x

Since the module requires an external library, Composer must be used.

composer require "drupal/phone_international"

Manual Version

Download it from the release page and place it in Drupal's library folder.

Composer Version

It's recommended to use asset-packagist to install JavaScript libraries.

Check next steps:

  1. Add the Composer Installers Extender PHP package by oomphinc to your project's root composer.json file, by running the following command:

    composer require oomphinc/composer-installers-extender
    
  2. Add Asset Packagist to the "repositories" section of your project's root composer.json.

    {
        "type": "composer",
        "url": "https://asset-packagist.org"
    }
    
  3. Ensure that NPM and Bower assets are registered as new "installer-types" and, in addition to type:drupal-library, they are registered in "installer-paths" to be installed into Drupal's /libraries folder, within the "extra" section of your project's root composer.json file.

    "extra": {
        "installer-types": [
            "npm-asset",
            "bower-asset"
        ],
        "installer-paths": {
            "web/libraries/{$name}": [
                "type:drupal-library",
                "type:npm-asset",
                "type:bower-asset"
            ]
        }
    }
    
  4. You may now require libraries from NPM or Bower via Composer on the command line:

    composer require "npm-asset/intl-tel-input:^25.3"
    

Depends on

Dependencies of the latest stable release

  • field Drupal core

Required by

1 tracked project depends on this one

Activity

Tracked releases
3
Tracked since
May 2025
Latest release
1 year ago
Releases (12 mo)
0 ▼ from 3
Maintenance
Dormant

Release Timeline

Releases

Version Type Core Release date
4.0.0 Stable 10–11 Jul 21, 2025
4.0.x-dev Dev 10–11 Jul 15, 2025
4.x-dev Dev 10–11 May 11, 2025