-
Notifications
You must be signed in to change notification settings - Fork 0
Home
quintenmbusiness edited this page Nov 28, 2024
·
7 revisions
Welcome to the official Wiki for PHP AST Code Generation Helper!
This wiki provides in-depth documentation, guides, and examples to help you use the package effectively.
php-ast-code-generation-helper
is a utility package designed to simplify working with the abstract syntax trees (ASTs) generated by nikic/php-parser. Whether you're building a code generation tool, refactoring engine, or educational AST visualization tool, this package has you covered!
- Simplified AST Node Creation
- Integration with
nikic/php-parser
- Readable and Maintainable Code
- Highly Customizable
To get started, check out the Installation Guide or explore the Usage Examples section.