Download the PHP package bentools/simplexmlextended without Composer
On this page you can find all versions of the php package bentools/simplexmlextended. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bentools/simplexmlextended
More information about bentools/simplexmlextended
Files in bentools/simplexmlextended
Download bentools/simplexmlextended
More information about bentools/simplexmlextended
Files in bentools/simplexmlextended
Vendor bentools
Package simplexmlextended
Short Description Some extra functions to work with SimpleXml.
License MIT
Homepage https://github.com/bpolaszek/bentools-simplexmlextended
Package simplexmlextended
Short Description Some extra functions to work with SimpleXml.
License MIT
Homepage https://github.com/bpolaszek/bentools-simplexmlextended
Please rate this library. Is it a good library?
Informations about the package simplexmlextended
SimpleXMLExtended
Just an enhancement of the PHP5 native SimpleXmlElement. Adds the ability to add / replace / remove childs, with or without CDATA, and some method chainings such as dXpath() (for returning the 1st Xpath element found), etc. Fixes the __toString() default method that does not properly convert to your encoding if you're not using UTF-8 (requires PHP 5.4+).
Installation
Add the following line into your composer.json :
{
"require": {
"bentools/simplexmlextended": "dev-master"
}
}
Enjoy.
All versions of simplexmlextended with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3
The package bentools/simplexmlextended contains the following files
Loading the files please wait ....