awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to giggsey/libphonenumber-for-php

Projects sharing features with Libphonenumber For Php

25 open-source projects similar to giggsey/libphonenumber-for-php, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • daviddrysdale/python-phonenumbersdaviddrysdale avatar

    daviddrysdale/python-phonenumbers

    3,749View on GitHub↗

    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
    View on GitHub↗3,749
  • google/libphonenumbergoogle avatar

    google/libphonenumber

    18,077View on GitHub↗

    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++
    View on GitHub↗18,077
  • googlei18n/libphonenumbergooglei18n avatar

    googlei18n/libphonenumber

    18,081View on GitHub↗

    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++
    View on GitHub↗18,081

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • marmelroy/phonenumberkitmarmelroy avatar

    marmelroy/PhoneNumberKit

    5,374View on GitHub↗

    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
    View on GitHub↗5,374
  • jackocnr/intl-tel-inputjackocnr avatar

    jackocnr/intl-tel-input

    8,221View on GitHub↗

    intl-tel-input is an international telephone input widget that provides a country-aware phone number entry experience with automatic formatting, validation, and E.164 normalization. It combines a searchable country picker with a format-as-you-type engine and a validation rule engine that checks numbers against country-specific patterns, returning machine-readable error codes when a number is invalid. The project ships as both a zero-dependency vanilla JavaScript library and as framework-specific components for React, Vue, Angular, and Svelte, all sharing the same core logic through a framewor

    TypeScriptangularformattinginput
    View on GitHub↗8,221
  • vincentsit/chinamobilephonenumberregexVincentSit avatar

    VincentSit/ChinaMobilePhoneNumberRegex

    4,775View on GitHub↗

    This is a regular expression library designed for the validation and identification of mobile phone numbers from mainland China. It provides the structural rules and digit constraints necessary to verify that phone numbers follow the correct regional format. The library includes specific patterns to determine the telecommunications provider based on regional prefixes. It also features filters to distinguish between standard voice numbers and IoT or data-only plans. The project covers broad data validation capabilities, including input format verification and carrier identification.

    View on GitHub↗4,775
  • sundowndev/phoneinfogasundowndev avatar

    sundowndev/PhoneInfoga

    16,656View on GitHub↗

    PhoneInfoga is an open-source intelligence tool and information framework used to gather public data and metadata about phone numbers. It functions as a scanner that utilizes open-source intelligence techniques to identify carriers, line types, and owner reputations for international numbers. The system provides a web-based interface for performing research without a command line, alongside a REST API gateway for programmatically triggering scans and retrieving intelligence data. Its architecture supports a plugin-based model, allowing the integration of custom modules to expand data sources.

    Go
    View on GitHub↗16,656
  • haoel/leetcodehaoel avatar

    haoel/leetcode

    18,058View on GitHub↗

    This project is a library of source code implementations designed to solve algorithmic challenges and mathematical problems. It serves as a collection of solved LeetCode problems, providing a reference for data structure usage and efficient logic. The repository is a polyglot code collection, implementing the same algorithmic logic across various programming environments, including general-purpose languages, SQL for database queries, and Bash for shell scripting. The content covers a broad range of computational tasks, including data querying, text processing, and the implementation of compl

    C++
    View on GitHub↗18,058
  • whalefell/smsboomWhaleFell avatar

    WhaleFell/SMSBoom

    15,192View on GitHub↗

    SMSBoom is an automated SMS bomber and bulk messaging tool designed to send a rapid succession of text messages to a target phone number or a list of multiple recipients. It functions as a bulk SMS sender that automates the dispatch of large volumes of text messages. The project manages mass communication workflows through automated text dispatch and bulk messaging capabilities. It utilizes a system for sending messages to multiple recipients simultaneously via automated messaging systems. The tool handles message dispatching via HTTP requests to third party gateways, employing concurrent re

    Python
    View on GitHub↗15,192
  • ronanguilloux/isocodesronanguilloux avatar

    ronanguilloux/IsoCodes

    804View on GitHub↗

    PHP library - Validators for standards from ISO, International Finance, Public Administrations, GS1, Manufacturing Industry, Phone numbers & Zipcodes for many countries

    PHP
    View on GitHub↗804
  • serkin/volanserkin avatar

    serkin/Volan

    44View on GitHub↗

    Light and extendable schema validation library

    PHP
    View on GitHub↗44
  • ircmaxell/filterusircmaxell avatar

    ircmaxell/filterus

    446View on GitHub↗

    A simple filtering library for PHP

    PHP
    View on GitHub↗446
  • auraphp/aura.filterauraphp avatar

    auraphp/Aura.Filter

    157View on GitHub↗

    Validate and sanitize arrays and objects.

    PHP
    View on GitHub↗157
  • beberlei/assertbeberlei avatar

    beberlei/assert

    2,426View on GitHub↗

    Thin assertion library for use in libraries and business-model

    PHP
    View on GitHub↗2,426
  • cakephp/validationcakephp avatar

    cakephp/validation

    42View on GitHub↗

    READ-ONLY Validation library from CakePHP. This repo is a split of the main code that can be found in https://github.com/cakephp/cakephp

    PHP
    View on GitHub↗42
  • cuyz/valinorCuyZ avatar

    CuyZ/Valinor

    1,509View on GitHub↗

    Dependency free PHP library that helps to map any input into a strongly-typed structure.

    PHP
    View on GitHub↗1,509
  • ezyang/htmlpurifierezyang avatar

    ezyang/htmlpurifier

    3,347View on GitHub↗

    Standards compliant HTML filter written in PHP

    PHP
    View on GitHub↗3,347
  • jsonrainbow/json-schemajsonrainbow avatar

    jsonrainbow/json-schema

    3,630View on GitHub↗

    JSON Schema for PHP

    PHP
    View on GitHub↗3,630
  • respect/validationRespect avatar

    Respect/Validation

    6,027View on GitHub↗

    Respect/Validation is a PHP validation library that operates on single input values through a fluent, chainable rule system. Each validator instance builds a linear constraint pipeline by appending rules to an internal stack, executing them sequentially and short-circuiting on the first failure. The library captures validation failures as structured exceptions, enabling callers to inspect detailed error metadata programmatically and respond with meaningful messages. The library distinguishes itself through its exception-based error handling model, which provides programmatic access to validat

    PHP
    View on GitHub↗6,027
  • romaricdrigon/metayamlromaricdrigon avatar

    romaricdrigon/MetaYaml

    103View on GitHub↗

    A powerful schema validator!

    PHP
    View on GitHub↗103
  • symfony/html-sanitizersymfony avatar

    symfony/html-sanitizer

    279View on GitHub↗

    Provides an object-oriented API to sanitize untrusted HTML input for safe insertion into a document's DOM.

    PHP
    View on GitHub↗279
  • vlucas/valitronvlucas avatar

    vlucas/valitron

    1,603View on GitHub↗

    Valitron is a simple, elegant, stand-alone validation library with NO dependencies

    PHPhacktoberfestphpvalidation
    View on GitHub↗1,603
  • django-oscar/django-oscardjango-oscar avatar

    django-oscar/django-oscar

    6,611View on GitHub↗

    Django Oscar is a domain-driven e-commerce framework built on Django for constructing custom online stores. It provides a purpose-built admin dashboard for managing e-commerce operations including products, orders, customers, and promotions, replacing the default Django admin interface. The framework includes a flexible promotions engine for creating multi-buy, bundle, and percentage discounts with custom conditions and benefits, along with a configurable order status and transition system that supports split payments, multi-batch shipping, and deferred payment capture. The framework is desig

    Python
    View on GitHub↗6,611
  • apache/tikaapache avatar

    apache/tika

    3,572View on GitHub↗

    Tika is a content analysis toolkit and Java library designed for detecting and extracting metadata and text from thousands of different file types. It functions as a universal document text extractor and metadata extraction engine, converting complex files into plain text or XHTML. The system employs a specialized MIME type detector that identifies document formats using magic bytes and metadata to determine the correct parser. It serves as an OCR integration gateway, connecting to external text recognition tools to extract content from image files. The project covers a broad range of extrac

    Javacontentextractionjava
    View on GitHub↗3,572
  • capcom6/android-sms-gatewaycapcom6 avatar

    capcom6/android-sms-gateway

    857View on GitHub↗

    Android SMS Gateway is a self-hosted messaging infrastructure that transforms Android devices into programmable gateways for sending and receiving SMS and MMS messages. By exposing a local RESTful API and an SMPP bridge, the project enables developers to integrate cellular messaging capabilities directly into their own applications without relying on third-party cloud providers. The platform distinguishes itself through advanced traffic management and orchestration features designed for high-volume messaging. It includes a multi-SIM routing engine that distributes outgoing traffic across mult

    Kotlinandroidapiencryption
    View on GitHub↗857