1
0
mirror of https://github.com/namibia/awesome-php.git synced 2024-05-31 21:40:49 +00:00

Add LibPhoneNumber.

This commit is contained in:
Jamie 2014-01-12 14:55:11 -07:00
parent 950cd9a603
commit 9632321f61

View File

@ -420,6 +420,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements. * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
* [Byte](https://github.com/jschaedl/Byte) - A simple byte conversion library. * [Byte](https://github.com/jschaedl/Byte) - A simple byte conversion library.
* [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
* [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
## Filtering and Validation ## Filtering and Validation
*Libraries for filtering and validating data.* *Libraries for filtering and validating data.*