From 3deab4c79008c002c5aa8ed4738831f2150497c1 Mon Sep 17 00:00:00 2001 From: "gabriele.lana" Date: Fri, 27 Jun 2014 16:47:54 +0200 Subject: [PATCH] Add ByteUnits library in 'Text and Numbers' section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c025622..00819d3 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,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.