An open API service indexing awesome lists of open source software.

https://github.com/yakiv-khorunzhyi/xml-package

This package provides two classes of work with xml (Reader and Writer).
https://github.com/yakiv-khorunzhyi/xml-package

reader writer xml xml-document xml-parser xml-parsing xml-read xml-reader xml-writer xml-writer-library

Last synced: about 1 month ago
JSON representation

This package provides two classes of work with xml (Reader and Writer).

Awesome Lists containing this project

README

          

# Xml
This package provides 2 classes. One for reading xml files, the second for writing.

## Requirements
| master | 1.0 |
|:----------|:---------------------:|
| extension | xmlreader & xmlwriter |
| php | \>\=5.6 |

## Installation
Install the latest version with:
```
$ composer require yakiv-khorunzhyi/xml-package
```

## More resources:
* [Documentation](https://github.com/yakiv-khorunzhyi/xml-package/blob/master/docs/doc.md)

## License
[MIT license.](https://github.com/yakiv-khorunzhyi/xml-package/blob/master/LICENSE)