Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 559 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 559 Bytes

540co XML Tools

Class with various XML functions / tools created and/or forked by 540co.

Dependencies

Install

  • Install dependencies
php composer.phar install
  • Include tools in your PHP file
require __DIR__ . '/vendor/autoload.php';
use FiveFortyCo\Xmltools;

Functions / Examples

Function / Example Description
Xmltools::getXsdDetails
Xmltools::getXmlArrays
Xmltools::xmlToArray