See file-parsers instead.
Simple PHP library to read and parse XML files.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
PHP 7.1+
Install this package with composer by simply adding the following to your composer.json file:
"repositories": [
{
"url": "https://github.com/FrancoisChaumont/xml-read.git",
"type": "git"
}
]
and running the following command:
composer require francoischaumont/xml-read
No tests provided with this library. As it is a rather short library, you should be able to get it reading through.
- Visual Studio Code
- Francois Chaumont - Initial work - FrancoisChaumont
See also the list of contributors who particpated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details.