nas1k / gossi-php-code-generator
Toolset for generating PHP code
v0.3
2016-04-21 14:50 UTC
Requires
- php: >=5.4
- gossi/docblock: ~1
- nas1k/phootwork-file: ~0
- nikic/php-parser: ~1
- phootwork/tokenizer: ~0
- symfony/options-resolver: ~2.0|~3.0
Requires (Dev)
- phpunit/phpunit: ~4
- sami/sami: ~3
Suggests
- gossi/php-code-formatter: Formatting your generated code
This package is not auto-updated.
Last update: 2025-03-07 20:41:35 UTC
README
This library provides some tools that you commonly need for generating PHP code.
Installation
Install via Composer:
{ "require": { "gossi/php-code-generator": "dev-master" } }
Documentation
Documentation is available at https://php-code-generator.readthedocs.org
Contributing
Feel free to fork and submit a pull request (don't forget the tests) and I am happy to merge.
References
- This project is a spin-off of the older schmittjoh/cg-library library.