phpbinary/phpbinary

A PHP library to work with binary data.

1.0.0 2016-11-11 20:49 UTC

This package is not auto-updated.

Last update: 2024-04-13 17:26:17 UTC


README

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

A PHP library that can be used to work with binary data.

Install

Via Composer

$ composer require phpbinary/phpbinary

Usage

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

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please use the issue tracker.

Credits

License

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