Class with various XML functions / tools created and/or forked by 540co.
- Tested with PHP 5.5.x
- Composer (https://getcomposer.org/)
- Install dependencies
php composer.phar install
- Include tools in your PHP file
require __DIR__ . '/vendor/autoload.php';
use FiveFortyCo\Xmltools;
Function / Example | Description |
---|---|
Xmltools::getXsdDetails | |
Xmltools::getXmlArrays | |
Xmltools::xmlToArray |