Skip to content
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.


Overview

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!


Key Features

  • Simplified AST Node Creation
  • Integration with nikic/php-parser
  • Readable and Maintainable Code
  • Highly Customizable

Getting Started

To get started, check out the Installation Guide or explore the Usage Examples section.


Clone this wiki locally