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).
- Host: GitHub
- URL: https://github.com/yakiv-khorunzhyi/xml-package
- Owner: yakiv-khorunzhyi
- License: mit
- Created: 2020-04-21T12:29:06.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-13T11:19:00.000Z (almost 6 years ago)
- Last Synced: 2025-12-15T01:48:12.108Z (7 months ago)
- Topics: reader, writer, xml, xml-document, xml-parser, xml-parsing, xml-read, xml-reader, xml-writer, xml-writer-library
- Language: PHP
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)