awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
giggsey avatar

giggsey/libphonenumber-for-php

0
View on GitHub↗
5,030 स्टार्स·478 फोर्क्स·PHP·Apache-2.0·8 व्यूज़giggsey.com/libphonenumber↗

Libphonenumber For Php

यह अंतरराष्ट्रीय फ़ोन नंबरों को पार्स, फ़ॉर्मेट और वैलिडेट करने के लिए एक PHP लाइब्रेरी है। यह सत्यापित करने के लिए टूल्स प्रदान करती है कि क्या कोई फ़ोन नंबर गणितीय रूप से संभव है और किसी विशिष्ट भौगोलिक क्षेत्र के लिए तार्किक रूप से मान्य है, साथ ही असंरचित टेक्स्ट से फ़ोन नंबर निकालने के लिए यूटिलिटीज भी प्रदान करती है।

यह लाइब्रेरी रॉ फ़ोन स्ट्रिंग्स को E.164, अंतरराष्ट्रीय, राष्ट्रीय और RFC3966 सहित मानकीकृत फ़ॉर्मेट में बदलने में सक्षम बनाती है। यह कई भाषाओं में संबंधित कैरियर, समय क्षेत्र और भौगोलिक स्थानों की पहचान करने के लिए मेटाडेटा निष्कर्षण भी प्रदान करती है।

अतिरिक्त क्षमताओं में रीजन कोड मैपिंग, स्टोरेज फ़ॉर्मेट नॉर्मलाइज़ेशन और शॉर्ट-डायल नंबरों की पहचान शामिल है, जैसे आपातकालीन सेवाएं या प्रीमियम रेट नंबर। प्रोजेक्ट में क्षेत्रीय परीक्षण के लिए मान्य और अमान्य उदाहरण फ़ोन नंबर जनरेट करने के लिए यूटिलिटीज भी शामिल हैं।

Features

  • International Phone Number Libraries - Provides a comprehensive toolset for parsing, formatting, and validating international phone numbers.
  • Phone Number Parsing & Formatting - Converts raw phone strings into standardized E.164, national, or international formats for consistent display.
  • Phone Number Extraction - Identifies and isolates phone numbers from unstructured text blocks using regional numbering signatures.
  • Phone Metadata Extraction - Identifies the carrier, time zone, and geographic location associated with a specific phone number.
  • Phone Number Parsing - Transforms raw phone number strings into structured data objects by matching international calling codes.
  • Phone Number Validation - Verifies that phone numbers conform to international numbering plans and regional constraints.
  • Metadata Extraction - Extracts carrier names, time zones, and geographic locations from telephone numbers.
  • Regional Phone Formatting - Applies localized digit-grouping and prefix rules to transform numbers into standardized display formats.
  • Phone Number Normalization - Normalizes phone numbers into a consistent format for database storage to ensure reliable retrieval.
  • Country Code Mappings - Maps international country calling codes to region codes and vice versa.
  • Dialing-Optimized Formatting - Creates phone number strings optimized for dialing from specific regions, including mobile and carrier-code formatting.
  • Locale-Aware Telephony Metadata - Retrieves geographic, timezone, and carrier information using localized data tables for specific region codes.
  • Incremental Input Formatting - Updates phone number formatting in real-time as users provide input digits.
  • Metadata Extraction - Extracts region codes, number types, and international dialability status from phone numbers.
  • Telephony Geographic Mapping - Returns the name of the country or geographical area associated with a phone number.
  • Telephony Timezone Mapping - Determines the local time zone of a phone number based on its regional registration.
  • Telecom Carrier Lookups - Identifies the name of the mobile or fixed-line service provider for a specific phone number.
  • Validation and Sanitization - Handles and validates international phone numbers.

स्टार हिस्ट्री

giggsey/libphonenumber-for-php के लिए स्टार हिस्ट्री चार्टgiggsey/libphonenumber-for-php के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Libphonenumber For Php के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Libphonenumber For Php के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • daviddrysdale/python-phonenumbersdaviddrysdale का अवतार

    daviddrysdale/python-phonenumbers

    3,749GitHub पर देखें↗

    This project is a Python port of the libphonenumber library, providing a suite of tools for parsing, formatting, and validating international phone numbers. It converts raw phone number strings into structured objects based on international numbering plans and verifies if numbers are possible or valid according to digit length and assigned exchange prefixes. The library provides metadata services to retrieve the original network carrier, geographical location descriptions, and associated time zones for specific phone numbers. It also includes tools for transforming numbers into standardized i

    Python
    GitHub पर देखें↗3,749
  • google/libphonenumbergoogle का अवतार

    google/libphonenumber

    18,077GitHub पर देखें↗

    This project is an international phone number library used for parsing, formatting, and validating phone numbers based on the E.164 standard. It provides a validation engine and parser to convert raw strings into structured objects and verify if numbers conform to regional numbering rules. The library includes a metadata provider that maps phone numbers to geographic locations, time zones, and network carriers. It can distinguish between line types, such as fixed-line or mobile, to verify SMS compatibility and identify original network operators. Additional capabilities include extracting ph

    C++
    GitHub पर देखें↗18,077
  • googlei18n/libphonenumbergooglei18n का अवतार

    googlei18n/libphonenumber

    18,081GitHub पर देखें↗

    This project is an international phone number library providing tools for parsing, formatting, and validating phone numbers across multiple programming languages. It functions as a parsing utility, a formatting engine, and a validation tool to ensure phone number strings are transformed into structured objects and standardized display formats. The library includes a telecom metadata resolver to retrieve geographical, carrier, and timezone information associated with specific number ranges. It differentiates itself by identifying phone number types, such as mobile, fixed-line, or VoIP, and cal

    C++
    GitHub पर देखें↗18,081
  • marmelroy/phonenumberkitmarmelroy का अवतार

    marmelroy/PhoneNumberKit

    5,374GitHub पर देखें↗

    PhoneNumberKit is a Swift framework for parsing, formatting, and validating international phone numbers according to global numbering standards. It provides a system of lookup tables, structural parsers, and validation tools to handle the complexities of international telephone numbering. The library converts raw strings into structured objects containing country codes and national numbers. It translates international dialing codes into full country names and verifies whether phone number strings are logically possible and conform to specific regional numbering plans. The project includes ut

    Swift
    GitHub पर देखें↗5,374
Libphonenumber For Php के सभी 25 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

giggsey/libphonenumber-for-php क्या करता है?

यह अंतरराष्ट्रीय फ़ोन नंबरों को पार्स, फ़ॉर्मेट और वैलिडेट करने के लिए एक PHP लाइब्रेरी है। यह सत्यापित करने के लिए टूल्स प्रदान करती है कि क्या कोई फ़ोन नंबर गणितीय रूप से संभव है और किसी विशिष्ट भौगोलिक क्षेत्र के लिए तार्किक रूप से मान्य है, साथ ही असंरचित टेक्स्ट से फ़ोन नंबर निकालने के लिए यूटिलिटीज भी प्रदान करती है।

giggsey/libphonenumber-for-php की मुख्य विशेषताएं क्या हैं?

giggsey/libphonenumber-for-php की मुख्य विशेषताएं हैं: International Phone Number Libraries, Phone Number Parsing & Formatting, Phone Number Extraction, Phone Metadata Extraction, Phone Number Parsing, Phone Number Validation, Metadata Extraction, Regional Phone Formatting।

giggsey/libphonenumber-for-php के कुछ ओपन-सोर्स विकल्प क्या हैं?

giggsey/libphonenumber-for-php के ओपन-सोर्स विकल्पों में शामिल हैं: daviddrysdale/python-phonenumbers — This project is a Python port of the libphonenumber library, providing a suite of tools for parsing, formatting, and… google/libphonenumber — This project is an international phone number library used for parsing, formatting, and validating phone numbers based… googlei18n/libphonenumber — This project is an international phone number library providing tools for parsing, formatting, and validating phone… marmelroy/phonenumberkit — PhoneNumberKit is a Swift framework for parsing, formatting, and validating international phone numbers according to… jackocnr/intl-tel-input — intl-tel-input is an international telephone input widget that provides a country-aware phone number entry experience… sundowndev/phoneinfoga — PhoneInfoga is an open-source intelligence tool and information framework used to gather public data and metadata…