pgmillon / bundle-generator
Installs: 44
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
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: 2024-11-22 03:39:27 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