ceus-media / php-parser
PHP parser written in PHP
0.4.0
2024-10-24 15:25 UTC
Requires
- php: ^8.1
- ext-zlib: *
- ceus-media/common: ^1.0 | 1.0@dev | dev-master
Requires (Dev)
- ceus-media/doc-creator: ^0.9.6 | 0.9.x-dev | dev-master
- php-parallel-lint/php-parallel-lint: ^1.3 | dev-master
- phpstan/phpstan: ^1
- phpstan/phpstan-strict-rules: ^1
- phpunit/phpunit: ^9.5 | ^10
README
PHP parser (and renderer) written in PHP
- collection of Classes for PHP language concepts, like:
- variables and class members
- functions and class methods
- parameters of functions and methods
- return types of functions and methods
- accessibility of variables, members and methods
- abstraction of classes and methods
- class attributes like final, extends, implements
- plus a file which holds variables, functions and classes
- a parser to read PHP
- as string or file into a tree structure
- a renderer to build PHP
- from a defined or parsed tree structure