sterntours/vendor/zendframework/zend-code
2020-07-09 12:49:32 +02:00
..
doc/book init without trunk 2020-07-09 12:49:32 +02:00
src init without trunk 2020-07-09 12:49:32 +02:00
CHANGELOG.md init without trunk 2020-07-09 12:49:32 +02:00
composer.json init without trunk 2020-07-09 12:49:32 +02:00
composer.lock init without trunk 2020-07-09 12:49:32 +02:00
CONDUCT.md init without trunk 2020-07-09 12:49:32 +02:00
CONTRIBUTING.md init without trunk 2020-07-09 12:49:32 +02:00
LICENSE.md init without trunk 2020-07-09 12:49:32 +02:00
Makefile init without trunk 2020-07-09 12:49:32 +02:00
mkdocs.yml init without trunk 2020-07-09 12:49:32 +02:00
README.md init without trunk 2020-07-09 12:49:32 +02:00

zend-code

Build Status Coverage Status

Zend\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.