2017 © Pedro Peláez
 

symfony-bundle classmapper-bundle

Symfony2 bundle for classmapper

image

tmsolution/classmapper-bundle

Symfony2 bundle for classmapper

  • Wednesday, November 18, 2015
  • by JacekLozinski
  • Repository
  • 1 Watchers
  • 0 Stars
  • 182 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

ClassMapperBundle

by Damian Piela damian.piela@tmsolution.pl, (*1)


Description

TMSolution ClassMapperBundle is a tool for mapping class names to more friendly equivalents., (*2)

Configuration

To use the bundle, update your composer.json:, (*3)

//composer require
...
"tmsolution/classmapper-bundle": "~1.0"

and enable it in the AppKernel.php:, (*4)

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Core\ClassMapperBundle\CoreClassMapperBundle()
    );
}

Also, change your config.yml file similarly to the provided example:, (*5)

core_class_mapper:
     languages:
        pl:
            pl_friendly_name: Entity\Class\Name
        en:
            en_friendly_name: Entity\Class\Name

The Versions

18/11 2015

dev-master

9999999-dev https://github.com/TMSolution/ClassMapperBundle

Symfony2 bundle for classmapper

  Sources   Download

MIT

The Requires

 

by Jacek Lozinski
by Mariusz Piela

bundle classmapper

18/11 2015

v1.0.6

1.0.6.0 https://github.com/TMSolution/ClassMapperBundle

Symfony2 bundle for classmapper

  Sources   Download

MIT

The Requires

 

by Jacek Lozinski
by Mariusz Piela

bundle classmapper

10/09 2015

v1.0.5

1.0.5.0 https://github.com/TMSolution/ClassMapperBundle

Symfony2 bundle for classmapper

  Sources   Download

MIT

The Requires

 

by Jacek Lozinski
by Mariusz Piela

bundle classmapper

01/09 2015

v1.0.4

1.0.4.0 https://github.com/TMSolution/ClassMapperBundle

Symfony2 bundle for classmapper

  Sources   Download

MIT

The Requires

 

by Jacek Lozinski
by Mariusz Piela

bundle classmapper

31/08 2015

v1.0.3

1.0.3.0 https://github.com/TMSolution/ClassMapperBundle

Symfony2 bundle for classmapper

  Sources   Download

MIT

The Requires

 

by Jacek Lozinski
by Mariusz Piela

bundle classmapper

31/08 2015

1.0.2

1.0.2.0 https://github.com/TMSolution/ClassMapperBundle

Symfony2 bundle for classmapper

  Sources   Download

MIT

The Requires

 

by Jacek Lozinski
by Mariusz Piela

bundle classmapper

12/08 2015

v1.0.0

1.0.0.0 https://github.com/TMSolution/ClassMapperBundle

Symfony2 bundle for classmapper

  Sources   Download

MIT

The Requires

 

by Jacek Lozinski
by Mariusz Piela

bundle classmapper

12/08 2015

v1.0.1

1.0.1.0 https://github.com/TMSolution/ClassMapperBundle

Symfony2 bundle for classmapper

  Sources   Download

MIT

The Requires

 

by Jacek Lozinski
by Mariusz Piela

bundle classmapper