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

This package is auto-updated.

Last update: 2022-05-23 01:48:52 UTC


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.