https://github.com/phootwork/xml
[READ-ONLY] XML utilities
https://github.com/phootwork/xml
Last synced: 5 months ago
JSON representation
[READ-ONLY] XML utilities
- Host: GitHub
- URL: https://github.com/phootwork/xml
- Owner: phootwork
- License: mit
- Created: 2017-01-19T16:04:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-03T15:44:53.000Z (over 1 year ago)
- Last Synced: 2025-07-10T20:28:50.334Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xml

[](https://scrutinizer-ci.com/g/phootwork/phootwork/?branch=master)
[](https://scrutinizer-ci.com/g/phootwork/phootwork/?branch=master)
[](https://packagist.org/packages/phootwork/xml)
XML utilities
## Running tests
This package is a part of the Phootwork library. In order to run the test suite, you have to download the full library.
```
git clone https://github.com/phootwork/phootwork
```
Then install the dependencies via composer:
```
composer install
```
Now, run the *xml* test suite:
```
vendor/bin/phpunit --testsuite xml
```
If you want to run the whole library tests, simply run:
```
vendor/bin/phpunit
```