jmoati / helper-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Aliases & Bases Entity for Symfony3
0.1.0
2016-10-03 19:28 UTC
Requires
- php: >=7.0
- symfony/symfony: ~3.0
README
#Jmoati/HelperBundle
Intro to JmoatiHelperBundle
The Bundle gives classes Command and Controller inherit to have aliases accelerating development.
It also gives Traits and entities to simply define your own entities.
Installation and configuration:
Get the bundle
Add to your dependencies:
{ "require": { ... "jmoati/helper-bundle": "~0.1" } ... }
To install, run php composer.phar update jmoati/helper-bundle
.