2017 © Pedro Peláez
 

symfony-bundle data-mapper-bundle

Thruster Mapper Bundle

image

thruster/data-mapper-bundle

Thruster Mapper Bundle

  • Monday, February 29, 2016
  • by gcds
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5,405 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

DataMapper Bundle

[Latest Version] (https://github.com/ThrusterIO/data-mapper-bundle/releases) [Software License] (LICENSE) [Build Status] (https://travis-ci.org/ThrusterIO/data-mapper-bundle) [Code Coverage] (https://scrutinizer-ci.com/g/ThrusterIO/data-mapper-bundle) [Quality Score] (https://scrutinizer-ci.com/g/ThrusterIO/data-mapper-bundle) [Total Downloads] (https://packagist.org/packages/thruster/data-mapper-bundle), (*1)

[Email] (mailto:team@thruster.io), (*2)

The Thruster DataMapper Bundle., (*3)

Install

Via Composer, (*4)

``` bash $ composer require thruster/data-mapper-bundle, (*5)


### For PHP < 7.0 For older PHP version than PHP7 there is branch **php5** ``` bash $ composer require thruster/data-mapper-bundle ">=1.0,<2.0"

Usage

This bundle wraps DataMapper component to provide integration with Symfony by using tagged services., (*6)

<service id="some_data_mapper" class="SomeDataMapper">
    <tag name="thruster_data_mapper"/>
</service>
$output = $this->container->get('thruster_data_mappers')->getMapper(SomeMapper::class)->map($input);

Using provided trait, (*7)

use DataMapperAwareTrait;
//...
$output = $this->getDataMapper(SomeMapper::class)->map($input);

Testing

bash $ composer test, (*8)

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*9)

License

Please see License File for more information., (*10)

The Versions

29/02 2016

dev-php5

dev-php5 https://thruster.io

Thruster Mapper Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony datamapper data-mapper thruster

29/02 2016

1.1.0

1.1.0.0 https://thruster.io

Thruster Mapper Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony datamapper data-mapper thruster

29/02 2016

dev-master

9999999-dev https://thruster.io

Thruster Mapper Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony datamapper data-mapper thruster

29/02 2016

2.1.0

2.1.0.0 https://thruster.io

Thruster Mapper Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony datamapper data-mapper thruster

29/01 2016

1.0.0

1.0.0.0 https://thruster.io

Thruster Mapper Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony datamapper data-mapper thruster

06/12 2015

2.0.0

2.0.0.0 https://thruster.io

Thruster Mapper Bundle

  Sources   Download

MIT

The Requires

 

The Development Requires

bundle symfony datamapper data-mapper thruster