PHPackages                             jschaedl/byte - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jschaedl/byte

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jschaedl/byte
=============

byte conversion utility

v1.0.0(12y ago)726.8k↓14.3%11MITPHP

Since Oct 5Pushed 12y ago1 watchersCompare

[ Source](https://github.com/jschaedl/Byte)[ Packagist](https://packagist.org/packages/jschaedl/byte)[ Docs](http://github.com/jschaedl/Byte)[ RSS](/packages/jschaedl-byte/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (9)Versions (3)Used By (1)

Byte
====

[](#byte)

A simple byte conversion utility to make conversion of byte values easier! It is built for PHP 5.3+.

[![Build Status](https://camo.githubusercontent.com/c9b196127900866c0681e6a7a3b86ad707de54027af6f431d640ba258323177e/68747470733a2f2f7472617669732d63692e6f72672f6a7363686165646c2f427974652e706e67)](https://travis-ci.org/jschaedl/Byte)[![Latest Unstable Version](https://camo.githubusercontent.com/d2d78644c723b39ddb002c8aaf58f02e212a7a8fc24bf07c21ed075a572fa505/68747470733a2f2f706f7365722e707567782e6f72672f6a7363686165646c2f427974652f762f737461626c652e706e67)](https://packagist.org/packages/jschaedl/Byte)[![Latest Unstable Version](https://camo.githubusercontent.com/bb3fe97cbb7b1664977368f5038ac4900ab42daa1fa842b52511fd37dee3b522/68747470733a2f2f706f7365722e707567782e6f72672f6a7363686165646c2f427974652f762f756e737461626c652e706e67)](https://packagist.org/packages/jschaedl/Byte)[![Total Downloads](https://camo.githubusercontent.com/7eab992c682bc449cbfc4d6ecf342fc5276e4b69690bd3d07bbcfc11872ad274/68747470733a2f2f706f7365722e707567782e6f72672f6a7363686165646c2f627974652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/jschaedl/byte)[![Dependencies Status](https://camo.githubusercontent.com/b4ed918c2ba2eb2bf745f98a895ba95f941a43b8e2836af02a3420162a5df226/68747470733a2f2f6432786973687470316f6a6c6b302e636c6f756466726f6e742e6e65742f642f3133323730323435)](http://depending.in/jschaedl/Byte)

---

Installation
------------

[](#installation)

Install the library using composer. Add the following to your `composer.json`:

```
"require": {
        "jschaedl/byte": "dev-master"
}

```

And run the composer install command in terminal.

```
sudo composer.phar install

```

Usage example
-------------

[](#usage-example)

```
