sensio / generator-bundle
This bundle generates code for you
Installs: 49 271 881
Dependents: 666
Suggesters: 5
Security: 0
Stars: 624
Watchers: 32
Forks: 310
Type:symfony-bundle
Requires
- symfony/console: ~2.7|~3.0
- symfony/framework-bundle: ~2.7|~3.0
- symfony/process: ~2.7|~3.0
- symfony/yaml: ~2.7|~3.0
- twig/twig: ^1.28.2|^2.0
Requires (Dev)
- doctrine/orm: ~2.4
- symfony/doctrine-bridge: ~2.7|~3.0
- symfony/filesystem: ~2.7|~3.0
- symfony/phpunit-bridge: ^3.3
- dev-master / 3.1.x-dev
- v3.1.7
- v3.1.6
- v3.1.5
- v3.1.4
- v3.1.3
- v3.1.2
- v3.1.1
- 3.1.0
- v3.0.11
- v3.0.10
- v3.0.9
- v3.0.8
- v3.0.7
- v3.0.6
- v3.0.5
- v3.0.4
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- 2.5.x-dev
- v2.5.3
- v2.5.2
- v2.5.1
- v2.5.0
- 2.4.x-dev
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.5
- v2.3.4
- v2.3.3
- v2.3.2
- v2.3.1
- v2.3.0
- v2.3.0-RC1
- v2.3.0-BETA2
- v2.3.0-BETA1
- 2.2.x-dev
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.2.0-RC3
- v2.2.0-RC2
- v2.2.0-RC1
- v2.2.0-BETA2
- v2.2.0-BETA1
- 2.1.x-dev
- v2.1.11
- v2.1.10
- v2.1.9
- v2.1.8
- v2.1.7
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.0
- v2.1.0-RC2
- 2.0.x-dev
- v2.0.23
- v2.0.22
- v2.0.20
- v2.0.19
- v2.0.18
- v2.0.17
This package is auto-updated.
Last update: 2020-02-14 15:28:58 UTC
README
WARNING: This bundle does not support Symfony 4. It also does not support the new bundle-less directory structure as created by Symfony Flex. Use the Maker bundle instead.
The SensioGeneratorBundle
extends the default Symfony command line
interface by providing new interactive and intuitive commands for generating
code skeletons like bundles, form classes, or CRUD controllers based on a
Doctrine 2 schema.
More information in the official documentation.