pgmillon / bundle-generator
Package info
github.com/pgmillon/bundle-generator
Type:symfony-bundle
pkg:composer/pgmillon/bundle-generator
1.0
2013-08-29 14:55 UTC
Requires
- php: >=5.3.3
- symfony/console: >=2.3, <2.4-dev
- symfony/filesystem: >=2.3, <2.4-dev
- twig/twig: >=1.13.0, <2.0
Requires (Dev)
- composer/composer: 1.0.0-alpha7
This package is auto-updated.
Last update: 2026-02-22 06:08:01 UTC
README
A Symfony2 bundle generation script meant to be used by composer
Usage
composer create-project pgmillon/symfony-bundle MyBundle
A post-create-project-cmd is configured to call the buildClasses method of the ScriptHandler class
The script will prompt for the vendor and bundle names a will generate the bundle files accordingly