gossi/php-code-generator
Toolset for generating PHP code
Maintainers
v0.6-beta.1
2018-08-04 20:32 UTC
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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-06-10 21:44:25 UTC
README
👁 License
👁 Latest Stable Version
👁 Total Downloads
👁 Build Status
👁 Scrutinizer Code Quality
👁 Code Coverage
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.
