11ByteFormatter
22=============
33
4- [ ![ Version] [ Version image ]] [ Releases ]
4+ [ ![ Latest version] [ Version image ]] [ Releases ]
5+ [ ![ Total downloads] [ Downloads image ]] [ Downloads ]
56[ ![ Build status] [ Build image ]] [ Build ]
7+ [ ![ Test coverage] [ Coverage image ]] [ Coverage ]
8+ [ ![ Code style] [ Style image ]] [ Style ]
69
710ByteFormatter formats byte values as human-readable strings. An appropriate exponent is calculated automatically such
811that the value never exceeds the base. For example, in base 1024, ` format(1023) ` gives * 1023 B* but ` format(1024) ` gives
@@ -13,7 +16,6 @@ Requirements
1316
1417 - [ PHP 5.5] ( http://php.net/ )
1518 - [ Composer] ( https://getcomposer.org/ )
16- - No production dependencies!
1719
1820Usage
1921-----
@@ -189,10 +191,17 @@ Using decimal base:
189191Testing
190192-------
191193
192- This library is fully unit tested. Run the tests with ` vendor/bin/phpunit test` from the command line. All examples
194+ This library is fully unit tested. Run the tests with ` composer test` from the command line. All examples
193195in this document can be found in ` DocumentationTest ` .
194196
197+
195198 [ Releases ] : https://github.com/ScriptFUSION/ByteFormatter/releases
196199 [ Version image ] : https://poser.pugx.org/scriptfusion/byte-formatter/version " Latest version "
197- [ Build ] : http://travis-ci.org/ScriptFUSION/ByteFormatter
198- [ Build image ] : http://img.shields.io/travis/ScriptFUSION/ByteFormatter.svg " Build status "
200+ [ Downloads ] : https://packagist.org/packages/scriptfusion/byte-formatter
201+ [ Downloads image ] : https://poser.pugx.org/scriptfusion/byte-formatter/downloads " Total downloads "
202+ [ Build ] : http://travis-ci.org/ScriptFUSION/Porter
203+ [ Build image ] : https://travis-ci.org/ScriptFUSION/ByteFormatter.svg?branch=master " Build status "
204+ [ Coverage ] : https://coveralls.io/github/ScriptFUSION/ByteFormatter
205+ [ Coverage image ] : https://coveralls.io/repos/ScriptFUSION/ByteFormatter/badge.svg " Test coverage "
206+ [ Style ] : https://styleci.io/repos/18541340
207+ [ Style image ] : https://styleci.io/repos/18541340/shield?style=flat " Code style "
0 commit comments