Download the PHP package desperado/xml-bundle without Composer
On this page you can find all versions of the php package desperado/xml-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download desperado/xml-bundle
More information about desperado/xml-bundle
Files in desperado/xml-bundle
Download desperado/xml-bundle
More information about desperado/xml-bundle
Files in desperado/xml-bundle
Please rate this library. Is it a good library?
Informations about the package xml-bundle
XML Builder/Reader Bundle for Symfony2
Installation
Using composer
Add desperado/xml-bundle
to your composer.json file.
The next thing you should do is install the bundle by executing the following command:
php composer.phar update desperado/xml-bundle
Finally, add the bundle to the registerBundles function of the AppKernel class in the app/AppKernel.php file:
public function registerBundles()
{
$bundles = array(
...
new Desperado\XmlBundle\DesperadoXmlBundle,
...
);
Usage
DIC
- XmlEditor: desperado_xml.model.xml_editor
- XmlGenerator: desperado_xml.model.xml_generator
- XmlReader: desperado_xml.model.xml_reader
- XmlPrepare: desperado_xml.model.xml_prepare
Create xml from array
prints:
Create XML without attributes, namespaces, etc.
prints:
Parse XML without attributes, namespaces, etc.
prints:
All versions of xml-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package desperado/xml-bundle contains the following files
Loading the files please wait ....