Search by

flexix / mapper-bundle

mariusz.piela

Flexix entity mapper

Package info

github.com/flexix/MapperBundle

Homepage

Type:symfony-bundle

pkg:composer/flexix/mapper-bundle

Statistics

Installs: 53

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2017-12-14 11:12 UTC

This package is not auto-updated.

Last update: 2026-09-13 13:26:15 UTC


README

by Mariusz Piela mariusz.piela@tmsolution.pl

Installation

To install the bundle, add:

//composer require

"flexix/mapper-bundle": "dev-master"

to your project's composer.json file. Later, enable your bundle in the app's kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Flexix\MapperBundle\FlexixMapperBundle()
    );
}