tdn / pilotbundle
Pilot project generator for Symfony 2.
Installs: 111
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:symfony-bundle
Requires
- php: >=5.4
- doctrine/doctrine-bundle: ~1.3
- doctrine/orm: ~2.4
- friendsofsymfony/rest-bundle: ~1.5
- jms/serializer-bundle: ~0.13.0
- sed/route-exporter-bundle: dev-master
- sensio/generator-bundle: ~2.5
- symfony/class-loader: ~2.3
- symfony/finder: ~2.3
- symfony/form: ~2.7
- symfony/options-resolver: ~2.7
- tdn/php-types: dev-develop
- tuck/converter-bundle: ~0.3
Requires (Dev)
- apigen/apigen: ~4.0
- bruli/php-git-hooks: ~1.3.0
- doctrine/instantiator: ~1.0,>=1.0.4
- fzaninotto/faker: ~1.4
- liip/functional-test-bundle: ~1.0, >=1.0.4
- mockery/mockery: ~0.9, >=0.9.3
- phpunit/phpunit: ~4.5
- raulfraile/ladybug: ~1.0
- satooshi/php-coveralls: ~0.6
- squizlabs/php_codesniffer: ~2.2
Suggests
- fzaninotto/faker: [~1.4]Required when using test generation commands
- jms/di-extra-bundle: [~1.5]Enables di annotations (for format=annotations).
- liip/functional-test-bundle: [~1.0, >=1.0.4]Required when using test generation commands
- mockery/mockery: [~0.9]Required when using test generation commands
- nelmio/api-doc-bundle: [~2.8]Enables @Api (swagger-like) documentation for controllers
- nelmio/cors-bundle: [~1.4]Cross-origin resource sharing resources (e.g. fonts, JavaScript, etc.) to be requested from another domains
- phpunit/phpunit: [~4.5]Required when using test generation commands
- sonata-project/doctrine-orm-admin-bundle: [~2.3]Enables Sonata scaffolding
This package is not auto-updated.
Last update: 2022-02-01 12:51:48 UTC
README
A pilot project generator (kick ass scaffolding) for Symfony 2.
###This bundle is no longer under active development, if you wish to take it over let me know.
Description
TdnPilotBundle is a very opinionated bundle that scaffolds a restful application (or selected parts) from your doctrine entities.
Why opinionated?
While symfony by design leaves a lot of options opens to developers this bundle makes quite a few assumptions as to how your application should be generated. It includes a number of bundles that normally developers are free to not use in their application (or use an alternative).
Generated code features:
- Create working application from entities
- CRUD application that follows PSR-4
- Generated code follows SF2 Best practices
Documentation
For documentation, see:
Resources/doc/
Applications using TdnPilotBundle
A leading Curriculum Management System specializing in the health professions educational community. browse source
Contributing
If you are contributing or otherwise developing in this bundle, please read the CONTRIBUTING file and the [contributing section] of the docs.
License
This bundle is released under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE