Skip to content

Releases: mdurrant/php-binary-reader

1.0.9 Stable

08 Dec 01:25
Compare
Choose a tag to compare

Int64 reader support

1.0.8 Stable

28 Oct 19:59
Compare
Choose a tag to compare

4 byte floating point reader

1.0.7 Hotfix 1

16 Mar 15:30
Compare
Choose a tag to compare

Fixes unit tests, and adds php 7 as a target build on Travis

1.0.7 Stable

16 Mar 14:54
Compare
Choose a tag to compare

Fixes PHP7 Compatibility

1.0.6 Stable

22 Aug 19:32
Compare
Choose a tag to compare
Merge pull request #6 from jwpage/use_resources

Use file resources for BinaryReader

1.0.5 Stable

16 Jul 14:44
Compare
Choose a tag to compare

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

14 Jul 02:47
Compare
Choose a tag to compare

Refactor & support for signed integers, production-ready