gossi / php-code-generator
Toolset for generating PHP code
Installs: 198 595
Dependents: 47
Suggesters: 1
Security: 0
Stars: 147
Watchers: 13
Forks: 43
Open Issues: 13
Requires
- php: >=5.6
- gossi/docblock: ~1
- gossi/php-code-formatter: dev-master
- gossi/php-code-profiles: dev-master
- nikic/php-parser: ^4|^3|^2|^1
- phootwork/file: ~0
- phootwork/tokenizer: ~0
- symfony/options-resolver: ^4|^3
Requires (Dev)
- phpunit/phpunit: ^5.7
- sami/sami: ^4|^3
This package is auto-updated.
Last update: 2024-11-10 18:11:44 UTC
README
This library provides some tools that you commonly need for generating PHP code.
Installation
Install via Composer:
composer require gossi/php-code-generator
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.