kitlabs / maker-bundle
Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.
Installs: 70
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 405
Type:symfony-bundle
Requires
- php: >=8.0
- doctrine/inflector: ^2.0
- nikic/php-parser: ^4.11
- symfony/config: ^5.4.7|^6.0
- symfony/console: ^5.4.7|^6.0
- symfony/dependency-injection: ^5.4.7|^6.0
- symfony/deprecation-contracts: ^2.2|^3
- symfony/filesystem: ^5.4.7|^6.0
- symfony/finder: ^5.4.3|^6.0
- symfony/framework-bundle: ^5.4.7|^6.0
- symfony/http-kernel: ^5.4.7|^6.0
- symfony/process: ^5.4.7|^6.0
Requires (Dev)
- composer/semver: ^3.0
- doctrine/doctrine-bundle: ^2.4
- doctrine/orm: ^2.10.0
- symfony/http-client: ^5.4.7|^6.0
- symfony/phpunit-bridge: ^5.4.17|^6.0
- symfony/polyfill-php80: ^1.16.0
- symfony/security-core: ^5.4.7|^6.0
- symfony/yaml: ^5.4.3|^6.0
- twig/twig: ^2.0|^3.0
Conflicts
- doctrine/doctrine-bundle: <2.4
- doctrine/orm: <2.10
- symfony/doctrine-bridge: <5.4
This package is auto-updated.
Last update: 2024-11-08 11:12:08 UTC
README
install
composer require --dev kitlabs/maker-bundle:dev-main
The MakerBundle is the fastest way to generate the most common code you'll need in a Symfony app: commands, controllers, form classes, event subscribers and more! This bundle is an alternative to SensioGeneratorBundle for modern Symfony applications and requires Symfony 3.4 or newer and Symfony Flex.
Backwards Compatibility Promise
This bundle shares the backwards compatibility promise from Symfony. But, with a few clarifications.
A) The input arguments or options to a command may change between minor releases. If you're using the commands in an automated, scripted way, be aware of this.
B) The generated code itself may change between minor releases. This will allow us to continuously improve the generated code!