pandorafms/pandora_console/vendor/amphp/parser/README.md

36 lines
1.1 KiB
Markdown
Raw Normal View History

# parser
[![Build Status](https://img.shields.io/travis/amphp/parser/master.svg?style=flat-square)](https://travis-ci.org/amphp/parser)
[![CoverageStatus](https://img.shields.io/coveralls/amphp/parser/master.svg?style=flat-square)](https://coveralls.io/github/amphp/parser?branch=master)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
`amphp/parser` is a streaming generator parser.
## Installation
This package can be installed as a [Composer](https://getcomposer.org/) dependency.
```bash
composer require amphp/parser
```
## Requirements
- PHP 7.0+
## Documentation
Documentation is bundled within this repository in the [`./docs`](./docs) directory.
## Versioning
`amphp/parser` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages.
## Security
If you discover any security related issues, please email [`me@kelunik.com`](mailto:me@kelunik.com) instead of using the issue tracker.
## License
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.