Download the PHP package casperbiering/dotnet-binary-xml without Composer
On this page you can find all versions of the php package casperbiering/dotnet-binary-xml. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download casperbiering/dotnet-binary-xml
More information about casperbiering/dotnet-binary-xml
Files in casperbiering/dotnet-binary-xml
Download casperbiering/dotnet-binary-xml
More information about casperbiering/dotnet-binary-xml
Files in casperbiering/dotnet-binary-xml
Vendor casperbiering
Package dotnet-binary-xml
Short Description Parsing and writing of .NET Binary Format
License MIT
Package dotnet-binary-xml
Short Description Parsing and writing of .NET Binary Format
License MIT
Please rate this library. Is it a good library?
Informations about the package dotnet-binary-xml
dotnet-binary-xml
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
All versions of dotnet-binary-xml with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
ext-xmlreader Version *
ext-xmlwriter Version *
ext-gmp Version *
ext-mbstring Version *
ext-xmlreader Version *
ext-xmlwriter Version *
ext-gmp Version *
ext-mbstring Version *
The package casperbiering/dotnet-binary-xml contains the following files
Loading the files please wait ....