spyrit / propel-crud-generator-bundle
A generator for PHP code based on Twig template engine
Installs: 6 418
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 0
Open Issues: 0
Language:HTML
Type:symfony-bundle
Requires
- php: >=5.3.0
- propel/propel-bundle: ~1.4
- twig/twig: >=1.1, <2.0-dev
This package is not auto-updated.
Last update: 2024-12-21 18:19:38 UTC
README
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)