Browse Source

Clarify distinctions between the two javascript ports (#1846)

pull/577/merge
Nikolay 9 years ago
committed by Keghani Kouzoujian
parent
commit
e58cec4a23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      README.md

+ 3
- 2
README.md View File

@ -174,8 +174,9 @@ maintenance processes.
* Javascript: If you don't want to use our version, which depends on Closure, * Javascript: If you don't want to use our version, which depends on Closure,
there are several other options, including there are several other options, including
https://github.com/halt-hammerzeit/libphonenumber-js (a stripped-down https://github.com/halt-hammerzeit/libphonenumber-js (a stripped-down
version) and https://github.com/seegno/google-libphonenumber (installable
via npm, a browserify-compatible wrapper)
rewrite, about 110 KB in size) and https://github.com/seegno/google-libphonenumber
(a browserify-compatible wrapper around the original unmodified library
installable via npm, packs Google Closure library, about 420 KB in size)
* Objective-c: https://github.com/iziz/libPhoneNumber-iOS * Objective-c: https://github.com/iziz/libPhoneNumber-iOS
* 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


Loading…
Cancel
Save