Download the PHP package 2tvenom/cborencode without Composer
On this page you can find all versions of the php package 2tvenom/cborencode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download 2tvenom/cborencode
More information about 2tvenom/cborencode
Files in 2tvenom/cborencode
Download 2tvenom/cborencode
More information about 2tvenom/cborencode
Files in 2tvenom/cborencode
Vendor 2tvenom
Package cborencode
Short Description CBOR encoder for PHP
License PHP
Homepage https://github.com/2tvenom/CBOREncode
Package cborencode
Short Description CBOR encoder for PHP
License PHP
Homepage https://github.com/2tvenom/CBOREncode
Keywords cbor
Please rate this library. Is it a good library?
Informations about the package cborencode
CBOR encoder for PHP
Decoder/encoder from PHP data to CBOR binary string. This code has been developed and maintained by Ven at January 2014.
CBOR is an object representation format defined by the IETF. The specification has recently been approved as an IETF Standards-Track specification and has been published as RFC 7049.
Installation
Add 2tvenom/cborencode
as a requirement to composer.json:
Usage
Compatibility
Checked with Ruby extension in encode and decode
Known issues
- Not support tags. 6 major type (in future)
- Not support 16 and 32 floats encoding (maybe in future)
- All floats will be serialized only as IEEE 754 Double-Precision Float (64 bits follow)
- Encode does't support indefinite-length values.
All versions of cborencode with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package 2tvenom/cborencode contains the following files
Loading the files please wait ....