Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sensiolabs/sensiogeneratorbundle
Generates Symfony bundles, entities, forms, CRUD, and more...
https://github.com/sensiolabs/sensiogeneratorbundle
bundle crud php symfony symfony-bundle
Last synced: about 1 month ago
JSON representation
Generates Symfony bundles, entities, forms, CRUD, and more...
- Host: GitHub
- URL: https://github.com/sensiolabs/sensiogeneratorbundle
- Owner: sensiolabs
- License: mit
- Archived: true
- Created: 2011-05-31T13:54:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2019-07-09T20:57:24.000Z (over 5 years ago)
- Last Synced: 2024-06-26T04:54:27.161Z (5 months ago)
- Topics: bundle, crud, php, symfony, symfony-bundle
- Language: PHP
- Homepage: https://symfony.com
- Size: 778 KB
- Stars: 626
- Watchers: 31
- Forks: 283
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SensioGeneratorBundle
=====================**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](https://github.com/symfony/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](http://symfony.com/doc/current/bundles/SensioGeneratorBundle/index.html).