Download the PHP package bstoots/wox-php without Composer
On this page you can find all versions of the php package bstoots/wox-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package wox-php
wox-php
WOX is an XML serializer for PHP
(based on http://woxserializer.sourceforge.net/)
Features
Some of the WOX main features are listed below:
- Easy to use.
- Simple XML. The XML generated is simple, easy to understand, and language independent.
- Requires no class modifications. Classes do not require to have default constructors, getters or setters.
- Field visibility. Currently only serializes public properties. This may change in the future to match Java and C# implementations.
- Interoperability Java, C#, and now PHP. WOX can (de)serialize Java, C#, or PHP objects to XML, and reconstruct the XML back to any of the supported languages.
- Standard XML object representation. The goal is parity between Java, C#, and PHP. Possibly others in the future.
- WOX data types. The WOX mapping table specifies how primitive data types are mapped to WOX data types.
- Robust to class changes. Defaults will be used for newly added fields.
- Arrays. Handles arrays and multi-dimensional arrays of primitives and Objects.
- Class and Type. Objects of these classes are saved by their String name.
- Small footprint. Strives to use only PHP built-ins where ever possible.
Usage
TODO
Example
All versions of wox-php with dependencies
PHP Build Version
Package Version
No informations.
The package bstoots/wox-php contains the following files
Loading the files please wait ....