flub / bigbang-bundle
Utility classes for speed up your Symfony dev
Installs: 302
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- symfony/symfony: ~2.1
Suggests
- composer/composer: To use automatic update of the init command
- knplabs/rad-bundle: To use the classes using the KnpRadBundle (controller)
- nelmio/alice: To create expressive fixtures/fake data
This package is not auto-updated.
Last update: 2024-12-07 14:30:23 UTC
README
This bundle is a simple container of various utility classes to develop your app faster.
Features overview
This bundle brings :
- a base controller with many shortcuts
- a resource oriented controller
- a command to load your Alice fixtures (
php app/console alice:fixtures:load fixtures_dir
) - a command to initialize environnement for various tools (Ant/Jenkins only atm)
Installation
For installation, see:
Resources/doc/install.md
→ Read the installation documentation
Documentation
For installation, see:
Resources/doc