I still like the idea but there is currently no use case to develop it anymore.
This project aims to deliver a easy to use free as in freedom php code generator. PHPDOC-Generation is also implemented as general generation tasks like "class", "function" or "property" generation.
The build status of the current master branch is tracked by Travis CI:
This component comes with a lot of examples as well as default factories.
Take a look on ohloh.net.
The current change log can be found here.
mkdir -p vendor/net_bazzline/php_component_code_generator
cd vendor/net_bazzline/php_component_code_generator
git clone https://github.com/bazzline/php_component_code_generator .
With Packagist
composer require net_bazzline/php_component_code_generator:dev-master
- no "new" inside classes ...
- independent and configurable indention
- no static calls
- shipped with examples and factories
- covered with unittests
- open source
- automatic phpdoc generation
- ... but "clone"
- currently not widely used
- no code review by other developers so far
- still open todo's
API is available at bazzline.net.
- php-generator
- simple-php-code-gen
- cg-library
- sensio generator bundle
- php-ide-stub-generator
- php-token-reflection
- code-generator
Star it if you like it :-). Add issues if you need it. Pull patches if you enjoy it. Write a blog entry if you use it. Donate something if you love it :-].