jmoati / helper-bundle
Aliases & Bases Entity for Symfony3
Installs: 280
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/jmoati/helper-bundle
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
.