kunstmaan / sensio-generator-bundle
This bundle generates code for you
Installs: 292 951
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 11
Forks: 281
Type:symfony-bundle
Requires
- php: ^7.2|^8.0
- symfony/console: ^4.4|^5.4|^6.0
- symfony/framework-bundle: ^4.4|^5.4|^6.0
- symfony/process: ^4.4|^5.4|^6.0
- symfony/yaml: ^4.4|^5.4|^6.0
- twig/twig: ^2.14|^3.3
Requires (Dev)
- doctrine/common: ^2.13|^3.0
- doctrine/inflector: ^2.0
- doctrine/orm: ^2.6
- doctrine/persistence: ^1.3|^2.0
- symfony/doctrine-bridge: ^4.4|^5.4|^6.0
- symfony/filesystem: ^4.4|^5.4|^6.0
- symfony/phpunit-bridge: ^6.0
Replaces
- 3.7.0
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.0
- v3.4.0
- 3.3.x-dev
- dev-master / 3.3.x-dev
- v3.3.0
- 3.2.x-dev
- v3.2.0
- 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
- dev-sf7
- dev-allow-twig3
This package is auto-updated.
Last update: 2024-10-31 00:16:56 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.