mirror of
https://github.com/danog/PHP-Parser.git
synced 2025-01-22 13:51:12 +01:00
13 lines
383 B
Markdown
13 lines
383 B
Markdown
PHP Parser
|
|
==========
|
|
|
|
This is a PHP 5.4 (and older) parser written in PHP. It's purpose is to simplify static code analysis and
|
|
manipulation.
|
|
|
|
Documentation can be found in the [`doc/`][1] directory.
|
|
|
|
***Note: This project is experimental. There are no known bugs in the parser itself, but the API is
|
|
subject to change.***
|
|
|
|
|
|
[1]: https://github.com/nikic/PHP-Parser/tree/master/doc |