Download the PHP package paranoiq/xmlon-encoder without Composer
On this page you can find all versions of the php package paranoiq/xmlon-encoder. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paranoiq/xmlon-encoder
More information about paranoiq/xmlon-encoder
Files in paranoiq/xmlon-encoder
Download paranoiq/xmlon-encoder
More information about paranoiq/xmlon-encoder
Files in paranoiq/xmlon-encoder
Vendor paranoiq
Package xmlon-encoder
Short Description Serialize variables to simple XML format, just like JSON
License BSD-3-Clause
Homepage http://paranoiq.cz
Package xmlon-encoder
Short Description Serialize variables to simple XML format, just like JSON
License BSD-3-Clause
Homepage http://paranoiq.cz
Please rate this library. Is it a good library?
Informations about the package xmlon-encoder
XMLON encoder
Serialize variables to simple XML format used by old 37signals APIs
- element names are translated from camelCase to dash-case (optional)
- objects and strings have no type attribute
- datetime with zero time is exported as 'date' type
- if no name of root element is given "data" is used
- supports only UTF-8 encoding
- does not support namespaces or any other fancy XML features
PHP:
XML:
All versions of xmlon-encoder with dependencies
PHP Build Version
Package Version
Requires
php Version
>= 5.3.0
The package paranoiq/xmlon-encoder contains the following files
Loading the files please wait ....