https://github.com/pear/xml_parser
A github mirror
https://github.com/pear/xml_parser
Last synced: over 1 year ago
JSON representation
A github mirror
- Host: GitHub
- URL: https://github.com/pear/xml_parser
- Owner: pear
- Created: 2012-03-31T15:04:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T18:23:45.000Z (over 7 years ago)
- Last Synced: 2024-04-24T22:21:14.923Z (about 2 years ago)
- Language: PHP
- Homepage: http://pear.php.net/package/XML_Parser
- Size: 206 KB
- Stars: 7
- Watchers: 16
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This package is http://pear.php.net/package/XML_Parser and has been migrated from https://svn.php.net/repository/pear/packages/XML_Parser
Please report all new issues via the PEAR bug tracker.
If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.
To test, run either
$ phpunit tests/
or
$ pear run-tests -r
To build, simply
$ pear package
To install from scratch
$ pear install package.xml
To upgrade
$ pear upgrade -f package.xml