casperbiering / dotnet-binary-xml
Parsing and writing of .NET Binary Format
Installs: 1 376
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 4
Forks: 2
Open Issues: 1
Requires
- php: >=7.3
- ext-gmp: *
- ext-mbstring: *
- ext-xmlreader: *
- ext-xmlwriter: *
Requires (Dev)
- phpunit/phpunit: ^9.5
README
dotnet-binary-xml is a PHP implementation of the .NET Binary Format: XML Data Structure (MC-NBFX).
Installation
Just install Composer and run composer require casperbiering/dotnet-binary-xml
in your project directory.
Requirements
- XMLReader (PHP extension)
- XMLWriter (PHP extension)
- MBString (PHP extension)
- GMP (PHP extension)
Known/Missing Issues
- encoded output is not optimized
- local timezone offset in datetime
Specification Inconsistencies
-
Spec says that "If the hour, minutes, seconds, and fraction of second parts are zero, the date MUST be interpreted as the following characters. yyyy-MM-dd". That does not match the examples.
-
Spec says that UnicodeChars32TextRecord MUST be encoded using MultiByteInt31. That does not match the examples.
License
MIT