Showing 254 open source projects for "phone number changing"

View related business solutions
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 1
    Laravel Phone

    Laravel Phone

    Phone number functionality for Laravel

    Adds phone number functionality to Laravel based on the PHP port of libphonenumber by Google.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    libphonenumber

    libphonenumber

    Library for parsing and validating international phone numbers

    ...Provides valid example numbers for all countries/regions, with the option of specifying which type of example phone number is needed. Quickly guesses whether a number is a possible phone number by using only the length information, much faster than a full validation. To include the Java code in your application, either integrate with Maven (see wiki) or download the latest jars from the Maven repository.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Phonelib

    Phonelib

    Ruby gem for phone validation and formatting

    Phonelib is a Ruby gem that provides phone number validation and formatting capabilities by leveraging Google's libphonenumber library. It enables developers to parse, validate, and format international phone numbers within Ruby applications.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    libPhoneNumber for iOS

    libPhoneNumber for iOS

    iOS port from libphonenumber (Google's phone number handling library)

    libPhoneNumber-iOS is an Objective-C port of Google's libPhoneNumber library, which provides international phone number parsing, validation, and formatting.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 5
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PhoneNumberKit

    PhoneNumberKit

    A Swift framework for parsing and formatting phone numbers

    Swift 5.3 framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber. Import PhoneNumberKit at the top of the Swift file that will interact with a phone number. All of your interactions with PhoneNumberKit happen through a PhoneNumberKit object. The first step you should take is to allocate one. A PhoneNumberKit instance is relatively expensive to allocate (it parses the metadata and keeps it in memory for the object's lifecycle), you should try and make sure PhoneNumberKit is allocated once and deallocated when no longer needed. ...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 7
    libphonenumber for PHP

    libphonenumber for PHP

    PHP version of Google's phone number handling library

    ...As a result, jumps in major versions may not actually contain any backward-incompatible changes. Please read the release notes for such releases. This library uses phone number metadata from Google's libphonenumber. If this library is working as intended, it should provide the same result as the Java version of Google's project. If you believe that a phone number is returning an incorrect result, first test it with libphonenumber via their Online Demo.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    International Telephone Input

    International Telephone Input

    Plugin for entering and validating international telephone numbers

    ...Use Twilio's API to build phone verification, SMS 2FA, appointment reminders, marketing notifications and so much more.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 9
    LAMDA

    LAMDA

    Android reverse engineering & automation framework

    Android reverse engineering & automation framework. The most powerful Android capture/reverse/HOOK & cloud phone/remote desktop/automation framework in history, your work has never been so easy and fast. LAMDA is an auxiliary framework for reverse engineering and automation. It is designed to reduce the time and trivial problems of security analysts and application testers. It replaces a large number of manual operations with a programmed interface.
    Downloads: 9 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    simplelightbox

    simplelightbox

    Touch-friendly image lightbox for mobile and desktop

    Touch-friendly image lightbox for mobile and desktop. You can customize Simplelightbox by changing the style in simplelightbox.css. You can have multiple lightboxes on one page if you give them different selectors. Only some CSS is included. You can change the style if you want. Lots of options. Preloading next and previous images. Android, iOs, and Windows phone support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    noti

    noti

    Monitor a process and trigger a notification

    Monitor a process and trigger a notification. Never sit and wait for some long-running process to finish. Noti can alert you when it's done. You can receive messages on your computer or phone. Noti can send notifications on a number of services. Checkout the screenshots directory to see what the notifications look like on different platforms. Just put noti at the beginning or end of your regular commands. If you already started a command, but forgot to use noti, then you can do this to get notified when that process' PID disappears. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    LXGW WenKai

    LXGW WenKai

    An open-source Chinese font derived from Fontworks' Klee One

    ...In December 2020, the famous Japanese font manufacturer FONTWORKS released 7 open source Japanese fonts on GitHub , namely Train, Klee, Stick, Rock-n-Roll, Reggae, Rampart and DotGothic16. The seven open-source Japanese fonts have their own characteristics, and among these seven fonts, Klee has the largest number of characters. This is a Japanese textbook style font, which has the characteristics of imitating Song and italics, and is highly readable. Some DIY font enthusiasts have used imitation Song and other fonts to complete this font successively. As a beautifying font for mobile phone systems, it has been transplanted into mobile phone systems such as iOS and Android, and has been welcomed by many computer friends. ...
    Downloads: 14 This Week
    Last Update:
    See Project
  • 13
    signal-cli

    signal-cli

    signal-cli provides a commandline, dbus and JSON-RPC interface

    ...It supports registering, verifying, sending and receiving messages. signal-cli uses a patched libsignal-service-java, extracted from the Signal-Android source code. For registering you need a phone number where you can receive SMS or incoming calls. signal-cli is primarily intended to be used on servers to notify admins of important events. For this use-case, it has a daemon mode with D-BUS interface (man page) and JSON-RPC interface (documentation). For the JSON-RPC interface, there's also a simple example client, written in Rust.
    Downloads: 43 This Week
    Last Update:
    See Project
  • 14

    Simple Phone Billing

    A simple phone billing console-based app (C language)

    This simple console-based programme will launch an imaginary phone billing system. It is fully modularized with plain C functions to: 1) store number of calls to be billed (processed), 2) know call types to apply call type rate later, 3) know and act upon to apply extra charges, 4) store call duration and finally report a simple phone bill.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Laravel Vonage Notification Channel

    Laravel Vonage Notification Channel

    Vonage Notification Channel for Laravel.

    ...You can simply use the VONAGE_KEY and VONAGE_SECRET environment variables to define your Vonage public and secret keys. After defining your keys, you should set a VONAGE_SMS_FROM environment variable that defines the phone number that your SMS messages should be sent from by default.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    PhoneInfoga

    PhoneInfoga

    Information gathering framework for phone numbers

    PhoneInfoga is an open-source intelligence framework focused on gathering and analyzing information related to international phone numbers. The tool aggregates data from multiple scanners and external services to provide contextual intelligence such as country, carrier, line type, and potential VoIP provider details. It is designed primarily for investigators, analysts, and security researchers who need structured phone-number reconnaissance rather than real-time tracking. ...
    Downloads: 11 This Week
    Last Update:
    See Project
  • 17
    X-osint

    X-osint

    Open source OSINT tool for gathering data on emails, phones, and IPs

    X-osint is an open source intelligence framework designed to collect and analyze publicly available information from multiple sources. It focuses on gathering useful and credible data about entities such as phone numbers, email addresses, and IP addresses using a range of automated OSINT techniques. It provides investigators and researchers with a centralized interface for running information-gathering tasks that would normally require multiple separate tools. X-osint can also perform...
    Downloads: 21 This Week
    Last Update:
    See Project
  • 18
    openclaw-kapso-whatsapp

    openclaw-kapso-whatsapp

    Give your OpenClaw AI agent a WhatsApp number

    openclaw-kapso-whatsapp is a plugin repository designed to extend the OpenClaw AI agent by giving it a dedicated WhatsApp phone number using the official Meta Cloud API via Kapso, enabling direct interaction through one of the most widely used messaging platforms. This integration allows the autonomous AI assistant to send and receive messages on WhatsApp, turning the agent into a real-world task performer accessible through text conversations. The plugin is built in Go and handles communication entirely through cloud APIs, avoiding the risk of bans that come with unofficial or reverse-engineered interfaces. ...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19
    ClatScope

    ClatScope

    OSINT reconnaissance tool for IP, domain, email, and username lookups

    ClatScope is a Python-based OSINT (open source intelligence) utility designed to gather and analyze publicly available information from multiple online sources. It is primarily aimed at investigators, cybersecurity professionals, penetration testers, and researchers who need a centralized platform for reconnaissance tasks. It integrates with numerous public APIs and internet services to retrieve detailed data about IP addresses, domains, email addresses, phone numbers, usernames, and other...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    CAVA

    CAVA

    Cross-platform Audio Visualizer

    ...The leftmost bar starts at 50 Hz and the rightmost bar ends at 10 kHz. Although the frequencies outside this spectrum are audible, they do not contribute much to the overall sound image. You can also adjust the number of bars.
    Downloads: 27 This Week
    Last Update:
    See Project
  • 21

    Pix

    Image management application

    Pix is an image management application with image viewing, browsing, organizing and editing capabilities. It is part of the X-Apps project, which aims at producing cross-distribution and cross-desktop software. Pix supports numerous image types including: BMP, JPEG, GIF, PNG, TIFF, TGA, ICO and XPM; with optional support for RAW and HDR (high dynamic range) images. It is also able to view EXIF data attached to JPEG images. Pix has its own set of image editing tools that enable you to...
    Downloads: 29 This Week
    Last Update:
    See Project
  • 22
    Modeltranslation

    Modeltranslation

    Translates Django models using a registration approach

    The modeltranslation application is used to translate dynamic content of existing Django models to an arbitrary number of languages without having to change the original model classes. It uses a registration approach (comparable to Django's admin app) to be able to add translations to existing or new projects and is fully integrated into the Django admin backend. The advantage of a registration approach is the ability to add translations to models on a per-app basis. You can use the same app...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    MyEtherWallet

    MyEtherWallet

    MyEtherWallet to interact with the Ethereum blockchain

    MEW (MyEtherWallet) is a free, client-side interface helping you interact with the Ethereum blockchain. Our easy-to-use, open-source platform allows you to generate wallets, interact with smart contracts, and so much more. Easily access all you favorite apps across Ethereum and Polkadot chains, buy crypto, swap tokens, and manage your NFTs. Welcome to the multichain future. ETH Blocks is an NFT series representing mined Ethereum blocks and their properties. Whether it's a special block...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 24
    Device Activity Tracker

    Device Activity Tracker

    A phone number can reveal whether a device is active

    Device Activity Tracker is a platform created to monitor and log the activity of digital devices across networks, giving users visibility into usage patterns, connection events, app launches, and interaction timelines that can be applied for security monitoring, parental oversight, productivity tracking, or device lifecycle analytics. It integrates with devices via sensors or APIs, continually capturing activity metrics and reporting them to a centralized dashboard that visualizes patterns...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Ignorant

    Ignorant

    Checks if a phone number is registered on online services

    Ignorant is a Python-based OSINT tool designed to determine whether a specific phone number is associated with accounts on various online platforms. It performs phone number enumeration by sending requests to supported services and analyzing their responses to identify whether an account exists for that number. By querying endpoints used during account registration, login, or other interactions, Ignorant can infer the presence of an account without notifying the phone number owner. ...
    Downloads: 20 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
MongoDB Logo MongoDB