Browse Source

Add mini_phone as Ruby third part port (#2574)

A Ruby gem which plugs directly into Google's native C++ libphonenumber for extremely fast and robust phone number parsing, validation, and formatting. On average, most methods are 70x to 80x faster than other Ruby phone number libraries.
pull/2791/head
Ian Ker-Seymer 3 years ago
committed by GitHub
parent
commit
d495cafa72
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      README.md

+ 1
- 0
README.md View File

@ -223,6 +223,7 @@ maintenance processes.
* PHP: https://github.com/giggsey/libphonenumber-for-php * PHP: https://github.com/giggsey/libphonenumber-for-php
* PostgreSQL in-database types: https://github.com/blm768/pg-libphonenumber * PostgreSQL in-database types: https://github.com/blm768/pg-libphonenumber
* Python: https://github.com/daviddrysdale/python-phonenumbers * Python: https://github.com/daviddrysdale/python-phonenumbers
* Ruby: https://github.com/ianks/mini_phone
* Ruby: https://github.com/mobi/telephone_number * Ruby: https://github.com/mobi/telephone_number
* Rust: https://github.com/1aim/rust-phonenumber * Rust: https://github.com/1aim/rust-phonenumber
* Erlang: https://github.com/marinakr/libphonenumber_erlang * Erlang: https://github.com/marinakr/libphonenumber_erlang


Loading…
Cancel
Save