2017 © Pedro Peláez
 

symfony-bundle mapper-bundle

Mapper bundle on Symfony2

image

tadcka/mapper-bundle

Mapper bundle on Symfony2

  • Monday, October 26, 2015
  • by Tadcka
  • Repository
  • 2 Watchers
  • 0 Stars
  • 179 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

MapperBundle

Build Status Scrutinizer Code Quality Code Coverage, (*1)

Linking the different elements., (*2)

Installation

Step 1: Download MapperBundle using composer

Add MapperBundle in your composer.json:, (*3)

{
    "require": {
        "tadcka/mapper-bundle": "dev-master"
    }
}

Now tell composer to download the bundle by running the command:, (*4)

bash $ php composer.phar update tadcka/mapper-bundle, (*5)

TODO

  • Create source type render system
  • Source metadata cache and generate token

The Versions