sensio/generator-bundle
This bundle generates code for you
Maintainers
Package info
github.com/sensiolabs/SensioGeneratorBundle
Type:symfony-bundle
pkg:composer/sensio/generator-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
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 28cbaa244bd0816fd8908b93f90380bcd7b67a65
- Fabien Potencier <fabien.woop@symfony.com>
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.
