Releases: mdurrant/php-binary-reader
Releases · mdurrant/php-binary-reader
1.0.9 Stable
1.0.8 Stable
4 byte floating point reader
1.0.7 Hotfix 1
Fixes unit tests, and adds php 7 as a target build on Travis
1.0.7 Stable
Fixes PHP7 Compatibility
1.0.6 Stable
Merge pull request #6 from jwpage/use_resources Use file resources for BinaryReader
1.0.5 Stable
Added a method for reading a variable string of bytes. Initiated a refactor to make PBR more object oriented by phasing out static methods & variables.
1.0.4 Stable
Refactor & support for signed integers, production-ready