Merge pull request #117 from gabrielelana/byte-units

Add ByteUnits library in 'Text and Numbers' section
This commit is contained in:
ziadoz 2014-07-06 14:54:23 -06:00
commit 9d36183af8
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
* [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
* [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.
* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric system.
* [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.