open-code-modeling / php-code-generator
Open Code Modeling PHP Code Generator
0.2.0
2020-09-05 12:05 UTC
Requires
- php: ^7.3 || ^8.0
- symfony/console: ^4.4 || ^5.0
Requires (Dev)
- laminas/laminas-filter: ^2.9
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^0.12.33
- phpstan/phpstan-strict-rules: ^0.12.4
- phpunit/phpunit: ^9.2.6
- prooph/php-cs-fixer-config: ^0.3
- roave/security-advisories: dev-master
This package is auto-updated.
Last update: 2024-10-08 04:52:11 UTC
README
The code generator provides the runtime environment for various components. These can be interconnected via a configuration. Thus, individual operational sequences can be provided and combined. By this modular structure the code generator can be individually extended and configured by developers.
Installation
$ composer require open-code-modeling/php-code-generator --dev
Documentation
Documentation is in the docs tree, and can be compiled using bookdown.