Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spyrit/propelcrudgeneratorbundle
A Symfony2 bundle to generate a CRUD (controller, routes, views, form-type) for a Propel table.
https://github.com/spyrit/propelcrudgeneratorbundle
bundle crud-generator php propel2 symfony
Last synced: 21 days ago
JSON representation
A Symfony2 bundle to generate a CRUD (controller, routes, views, form-type) for a Propel table.
- Host: GitHub
- URL: https://github.com/spyrit/propelcrudgeneratorbundle
- Owner: spyrit
- Created: 2015-03-26T15:46:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T14:57:34.000Z (almost 7 years ago)
- Last Synced: 2024-11-24T16:24:36.109Z (28 days ago)
- Topics: bundle, crud-generator, php, propel2, symfony
- Language: HTML
- Size: 19.5 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PropelCrudGeneratorBundle
A Symfony2/3 bundle to generate a CRUD (Create-Read-Update-Delete with a controller, routes, views, form-type) for a Propel table.The following branches are defined:
* 1.5 to be used with PropelBundle-1.5 (Symfony2/Propel1)
* 2.0 to be used with PropelBundle-2.0 (Symfony2/Propel2)
* 3.0 to be used with PropelBundle-3.0 (Symfony3/Propel2)