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
- Host: GitHub
- URL: https://github.com/brokeyourbike/php-parser
- Owner: brokeyourbike
- License: bsd-3-clause
- Created: 2020-09-09T13:48:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-20T12:04:47.000Z (over 2 years ago)
- Last Synced: 2025-06-01T15:51:23.740Z (7 months ago)
- Topics: php-parser, rust-library
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.