Browse Source

Merge pull request #117 from gabrielelana/byte-units

Add ByteUnits library in 'Text and Numbers' section
pull/133/merge
ziadoz 11 years ago
parent
commit
9d36183af8
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      README.md

+ 1
- 0
README.md View File

444
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
444
 * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure.
445
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
445
 * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements.
446
 * [Byte](https://github.com/jschaedl/Byte) - A simple byte conversion library.
446
 * [Byte](https://github.com/jschaedl/Byte) - A simple byte conversion library.
447
+* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric system.
447
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
448
 * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings.
448
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
449
 * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.
449
 
450
 

Loading…
Cancel
Save