tochka-developers / lalit
GitHub copy of LaLit's XML2Array and Array2XML
Installs: 8 020
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 40
pkg:composer/tochka-developers/lalit
Requires
- php: >=7
Requires (Dev)
- mockery/mockery: ^0
- phpunit/phpunit: ^6
README
LaLit's XML2Array / Array2XML
\digitickets\LaLit
allows you to convert XML to a PHP array and back again.
The base code was developed by Lalit Patel and is available from http://www.lalit.org/lab/
XML2Array : http://www.lalit.org/lab/convert-xml-to-array-in-php-xml2array/ Array2XML : http://www.lalit.org/lab/convert-php-array-to-xml-with-attributes/
I've added additional unit tests via a generator (so probably too many tests)
Version History
Please read the CHANGELOG document.
@todo
- Add support for
<!-- comments -->
within the XML, such that when converting from XML -> PHP -> XML, the comments are preserved.