Skip to content

Extensions to the PHP Reflection API, static code scanning, and code generation

License

Notifications You must be signed in to change notification settings

laminas/laminas-code

This branch is 239 commits behind 4.17.x.

Folders and files

NameName
Last commit message
Last commit date
Dec 19, 2021
Mar 27, 2021
Jun 6, 2022
Dec 14, 2021
Dec 14, 2021
Jun 21, 2016
Dec 1, 2020
Dec 9, 2020
Apr 15, 2020
Apr 15, 2020
Jan 6, 2020
Dec 7, 2021
Dec 7, 2021
Jan 8, 2020
Sep 14, 2021
Dec 14, 2021
Dec 19, 2021
Dec 7, 2021

laminas-code

Build Status Coverage Status

Laminas\Code\Generator provides facilities to generate arbitrary code using an object-oriented interface, both to create new code as well as to update existing code. While the current implementation is limited to generating PHP code, you can easily extend the base class in order to provide code generation for other tasks: JavaScript, configuration files, apache vhosts, etc.