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

https://github.com/brokeyourbike/php-parser

A PHP parser written in Rust
https://github.com/brokeyourbike/php-parser

php-parser rust-library

Last synced: 6 months ago
JSON representation

A PHP parser written in Rust

Awesome Lists containing this project

README

          

# php-parser
A PHP parser written in Rust

## License

php-parser is a port of @nikic original
[PHP-Parser](https://github.com/nikic/PHP-Parser) project,
written in PHP. [Like PHP-Parser](https://github.com/nikic/PHP-Parser),
`php-parser` is licensed under the [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause) to avoid any licensing
issues.