2017 © Pedro Peláez
 

library phpbinary

A PHP library to work with binary data.

image

phpbinary/phpbinary

A PHP library to work with binary data.

  • Monday, November 14, 2016
  • by waltertamboer
  • Repository
  • 1 Watchers
  • 2 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

phpbinary

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

A PHP library that can be used to work with binary data., (*2)

Install

Via Composer, (*3)

``` bash $ composer require phpbinary/phpbinary, (*4)


## Usage ``` php $stream = new Stream(fopen('awesome.bin', 'rb')); $value = $stream->readInt16();

Change log

Please see CHANGELOG for more information what has changed recently., (*5)

Testing

bash $ composer test, (*6)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please use the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

14/11 2016

dev-master

9999999-dev https://github.com/phpbinary/phpbinary

A PHP library to work with binary data.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

phpbinary

11/11 2016

1.0.0

1.0.0.0 https://github.com/phpbinary/phpbinary

A PHP library to work with binary data.

  Sources   Download

MIT

The Requires

  • php ~5.5|~7.0

 

The Development Requires

phpbinary