symfony / maker-bundle
Symfony Maker helps you create empty commands, controllers, form classes, tests and more so you can forget about writing boilerplate code.
Fund package maintenance!
fabpot
Tidelift
symfony.com/sponsor
Installs: 50 117 432
Dependents: 505
Suggesters: 6
Security: 1
Stars: 3 192
Watchers: 38
Forks: 354
Open Issues: 151
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
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.7|^6.0
- symfony/polyfill-php80: ^1.16.0
- symfony/process: ^5.4.7|^6.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
- v1.48.0
- v1.47.0
- v1.46.0
- v1.45.0
- v1.44.0
- v1.43.0
- v1.42.0
- v1.41.0
- v1.40.1
- v1.40.0
- v1.39.x-dev
- v1.39.1
- v1.39.0
- v1.38.0
- v1.37.0
- v1.36.4
- v1.36.3
- v1.36.2
- v1.36.1
- v1.36.0
- v1.35.0
- v1.34.1
- v1.34.0
- v1.33.0
- v1.32.0
- v1.31.1
- v1.31.0
- v1.30.2
- v1.30.1
- v1.30.0
- v1.29.2
- v1.29.1
- v1.29.0
- v1.28.0
- 1.27.0
- v1.26.1
- v1.26.0
- v1.25.0
- v1.24.2
- v1.24.1
- v1.24.0
- v1.23.0
- v1.22.0
- v1.21.1
- v1.21.0
- v1.20.0
- v1.19.1
- v1.19.0
- v1.18.0
- v1.17.0
- v1.16.0
- v1.15.1
- v1.15.0
- v1.14.6
- v1.14.5
- v1.14.4
- v1.14.3
- v1.14.2
- v1.14.1
- v1.14.0
- v1.13.1
- v1.13.0
- v1.12.0
- v1.11.6
- v1.11.5
- v1.11.4
- v1.11.3
- v1.11.2
- v1.11.1
- v1.11.0
- v1.10.0
- v1.9.0
- v1.8.0
- v1.7.0
- v1.6.0
- v1.5.0
- v1.4.4
- v1.4.3
- v1.4.2
- v1.4.1
- v1.4.0
- v1.3.1
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- dev-main / 1.0.x-dev
- v1.0.2
- v1.0.1
- 1.0.0
- dev-git-released/release/v1.48.1
- dev-weaverryan-patch-2
- dev-faster_tests
This package is auto-updated.
Last update: 2023-05-30 17:05:44 UTC
README
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!