A JavaScript plugin for entering and validating international telephone numbers
-
Updated
Jun 27, 2020 - JavaScript
A JavaScript plugin for entering and validating international telephone numbers
PHP version of Google's phone number handling library
Phone number functionality for Laravel
Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone validation.
The up-to-date and reliable Google's libphonenumber package for node.js.
Integrates libphonenumber into your Symfony2-Symfony4 application
Wouldn't it be easier for developers if we could replace the JavaDoc comments to XML Documentation comments?
When using this library, this change would make it possible to read the comments in the IDE instead of having lookup the source code in the repo.
Google's libphonenumber pre-compiled with the closure compiler
The following example code contains the jsOption 'allowExtensions'.
This should be removed because the autoFormat / allowExtensions / getExtension functionality was removed in v8.0.0.
use borales\extensions\phoneInput\PhoneInput;
echo PhoneInput::widget([
'name' => 'phone_number',
'jsOptions' => [
'allowExtensions' => true,
'onlyCountries' => ['no', 'pl',
intl-tel-input for the Rails asset pipeline
Flutter plugin for parsing, formatting and validating international phone numbers.
Phone Number field for Craft CMS.
Validate phone numbers in grails using google's libphonenumber library.
Port of the ruby gem global_phone into c# reimplemented using libphonenumber-csharp
Integration to Magento 2 a jQuery plugin for entering and validating international telephone numbers.
Erlang port for use libphonenumber from erlang
Phone numbers helper & validator for Nette Framework (3.0+)
A small library that bring a more powerful widget for telephone number inputs
Phone number input field to support international numbers with Angular 7 support
Phone Number Validation with country dial code picker
A light(er)weight implementation of Google's amazing libphonenumber for PHP.
Helper utilities for parsing and validate phone numbers
a libphonenumber command-line wrapper
libphonenumber into Asterisk
Add a description, image, and links to the libphonenumber topic page so that developers can more easily learn about it.
To associate your repository with the libphonenumber topic, visit your repo's landing page and select "manage topics."
Mobile numbers in Indonesia must always be dialled with all digits (typically 8-12 digits including a "0" prefixing the "8nnn" within Indonesia), no matter where they are being called from, so no hyphens are used.
above snippet is from wikipedia as it says Number can go up to 12 digits so can you update this library to do so?