GitHub
github.com › google › libphonenumber
GitHub - google/libphonenumber: Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. · GitHub
Google's common Java, C++ and JavaScript library for parsing, formatting, and validating international phone numbers. - google/libphonenumber
Starred by 17.9K users
Forked by 2.2K users
Languages C++ 53.4% | Java 29.9% | JavaScript 15.8% | CMake 0.4% | C 0.2% | Closure Templates 0.1%
GitHub
github.com › KelvinCode1234 › Phone-Number-Validator
GitHub - KelvinCode1234/Phone-Number-Validator: This is a sleek and responsive React + TypeScript web app designed to validate Real Phone Numbers. It filters out fake numbers and helps users confirm the authenticity of mobile contacts.
This is a sleek and responsive React + TypeScript web app designed to validate Real Phone Numbers. It filters out fake numbers and helps users confirm the authenticity of mobile contacts. - KelvinCode1234/Phone-Number-Validator
Author KelvinCode1234
GitHub
github.com › natesilva › phonenumber
GitHub - natesilva/phonenumber: Parser and validator for US and Canadian phone numbers
This is a lightweight module that handles US/Canadian phone numbers. Its primary use case is validation of data that is going into a database, and formatting that data for display.
Author natesilva
GitHub
github.com › devmehq › phone-number-validator-js
GitHub - devmehq/phone-number-validator-js: Phone number information lookup, validation, carrier name, geo and timezone infos, Verify phone number, validate format, checking carrier name, geo and timezone infos. · GitHub
Phone number information lookup, validation, carrier name, geo and timezone infos, Verify phone number, validate format, checking carrier name, geo and timezone infos. - devmehq/phone-number-valid...
Starred by 15 users
Forked by 3 users
GitHub
github.com › TheRealInvicible › Phonenumber-validator
GitHub - TheRealInvicible/Phonenumber-validator: bulk phonenumber validator · GitHub
A Phone number validator for validating bulk number using numverify api And saves the results in each carrier directories, To run the Script below is attachecked vid how to run the script and get the api.
Author TheRealInvicible
GitHub
github.com › topics › phone-number-validator
phone-number-validator · GitHub Topics · GitHub
A simple web application to validate US phone numbers. It checks if a phone number is in the correct format, supporting common formats like (123) 456-7890 and 123-456-7890. Fast, easy-to-use, and fully responsive.
GitHub
github.com › derektypist › build-a-telephone-number-validator
GitHub - derektypist/build-a-telephone-number-validator: This project checks if a number is a valid phone number in the United States · GitHub
This project checks if a number is a valid phone number in the United States - derektypist/build-a-telephone-number-validator
Author derektypist
GitHub
github.com › topics › phone-validator
phone-validator · GitHub Topics · GitHub
A lightweight, client-side phone number validation library with comprehensive support for 181 countries and operator detection for 50+ telecommunications providers worldwide. Built with pure JavaScript and designed for privacy-first validation ...
GitHub
github.com › RagtagOpen › phone-number-validator
GitHub - RagtagOpen/phone-number-validator: An API on top of libphonenumber to check if a phone number is valid and if so, is it land line or mobile.
An API on top of libphonenumber to check if a phone number is valid and if so, is it land line or mobile. - RagtagOpen/phone-number-validator
Starred by 7 users
Forked by 3 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › Junker › phone-number-validator
GitHub - Junker/phone-number-validator: PhoneNumber validation component for Symfony based frameworks (Symfony, Silex, Drupal etc.)
use Junker\PhoneNumberValidator\Constraints\PhoneNumber as AssertPhoneNumber; class AppController { ... protected function validate($data) { $fields = [ 'phone' => new AssertPhoneNumber([ 'message' => 'Wrong phone number', 'type' => "mobile", ...
Author Junker
GitHub
github.com › daddyz › phonelib
GitHub - daddyz/phonelib: Ruby gem for phone validation and formatting using google libphonenumber library data · GitHub
Phonelib is a gem allowing you to validate phone number. All validations are based on Google libphonenumber. Currently it can make basic validations and formatting to e164 international number format and national number format with prefix.
Starred by 1.1K users
Forked by 137 users
Languages Ruby 95.6% | HTML 2.4%
GitHub
github.com › TaqsBlaze › Mobile-Validate
GitHub - TaqsBlaze/Mobile-Validate: Easy and Powerful International Phone Number Validation with Country Detection and Carrier Lookup
Easy and Powerful International Phone Number Validation with Country Detection and Carrier Lookup - TaqsBlaze/Mobile-Validate
Author TaqsBlaze
GitHub
github.com › Kenkarate › phone-number-validation
GitHub - Kenkarate/phone-number-validation: This is a international phone number validation code to use in forms.
This is a international phone number validation code to use in forms. - Kenkarate/phone-number-validation
Starred by 14 users
Forked by 13 users
Languages JavaScript 86.9% | CSS 13.1% | JavaScript 86.9% | CSS 13.1%
GitHub
github.com › topics › phone-number-validation
phone-number-validation GitHub Topics · GitHub
ReactJS based Phone Number component. It provides input field to add single/multiple telephone numbers with validation. The Phone number value is automatically validated on blur event. You can change validation message using props.
GitHub
github.com › JohnFF › Phone-Number-Validator
GitHub - JohnFF/Phone-Number-Validator: Tool for CiviCRM to identify and fix phone numbers according to user defined rules. Unlike the previous version, this supports phone numbers from many countries.
Tool for CiviCRM to identify and fix phone numbers according to user defined rules. Unlike the previous version, this supports phone numbers from many countries. - JohnFF/Phone-Number-Validator
Starred by 3 users
Forked by 4 users
Languages PHP 85.2% | JavaScript 10.4% | Smarty 3.8% | CSS 0.6% | PHP 85.2% | JavaScript 10.4% | Smarty 3.8% | CSS 0.6%
GitHub
github.com › KingsMentor › PhoneNumberValidator
GitHub - KingsMentor/PhoneNumberValidator: To help implement phone number validation before performing any further operation.
To help implement phone number validation before performing any further operation. Convert phone number to phone number with country code and also remove country code from a phone number and automatically get the country of a user.
Starred by 57 users
Forked by 17 users
Languages Java 100.0% | Java 100.0%
GitHub
github.com › ashutoshkrris › phone-number-validator
GitHub - ashutoshkrris/phone-number-validator: Validate phone numbers using the NumLookupAPI
from phone_number_validator.validator import PhoneNumberValidator validator = PhoneNumberValidator(api_key="YOUR_API_KEY") # Example 1: Valid phone number without country code is_valid1 = validator.validate("+16502530000") print(is_valid1) # Returns True # Example 2: Valid phone number with country code is_valid2 = validator.validate("6502530000", "US") print(is_valid2) # Returns True # Example 3: Invalid phone number without country code is_valid3 = validator.validate("+11234567890") print(is_valid3) # Returns False # Example 4: Invalid phone number with country code is_valid4 = validator.validate("1234567890", "US") print(is_valid4) # Returns False
Starred by 9 users
Forked by 3 users
Languages Python 100.0% | Python 100.0%
GitHub
github.com › namsor › phone-validation
GitHub - namsor/phone-validation: Global phone number validation based on personal name and phone formatting.
A free API for global phone number validation based on personal name and phone number formatting. FYI, this is a full AngularJS 6 project, hosted using Github Pages at https://namsor.github.io/phone-validation/ with a HTTPS custom domain.
Starred by 5 users
Forked by 2 users
Languages JavaScript 53.3% | CSS 39.9% | HTML 5.4% | TypeScript 1.3% | JavaScript 53.3% | CSS 39.9% | HTML 5.4% | TypeScript 1.3%