dev-master
9999999-dev https://github.com/flexix/mapper-bundleFlexix entity mapper
MIT
The Requires
- symfony/framework-bundle 3.*
- php >=5.5.9
The Development Requires
by Mariusz Piela
bundle mapper flexix
Flexix entity mapper
by Mariusz Piela mariusz.piela@tmsolution.pl, (*1)
To install the bundle, add:, (*2)
//composer require "flexix/mapper-bundle": "dev-master"
to your project's composer.json
file. Later, enable your bundle in the app's kernel:, (*3)
``` <?php // app/AppKernel.php, (*4)
public function registerBundles() { $bundles = array( // ... new Flexix\MapperBundle\FlexixMapperBundle() ); }, (*5)
Flexix entity mapper
MIT
bundle mapper flexix