2017 © Pedro Peláez
 

library content-mapping-sourceadapter-doctrine

SourceAdapter for Doctrine entities inside the webfactory/content-mapping mini framework

image

webfactory/content-mapping-sourceadapter-doctrine

SourceAdapter for Doctrine entities inside the webfactory/content-mapping mini framework

  • Tuesday, June 7, 2016
  • by webfactory
  • Repository
  • 9 Watchers
  • 0 Stars
  • 427 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 28 % Grown

The README.md

content-mapping-sourceadapter-doctrine

SourceAdapter for Doctrine entities in the webfactory/content-mapping mini framework., (*1)

Installation

composer require webfactory/content-mapping-sourceadapter-doctrine

Usage

use Webfactory\ContentMapping\Synchronizer;
use Webfactory\ContentMapping\SourceAdapter\Doctrine\GenericDoctrineSourceAdapter;

$repository = ...; // instance of your entity repository
$repositoryMethod = 'findForSynchronization';

$sourceAdapter = new GenericDoctrineSourceAdapter($repository, $repositoryMethod);

$synchronizer = new Synchronizer($sourceAdapter, $mapper, $destinationAdapter, $logger);

This project was started at webfactory GmbH, Bonn., (*2)

Copyright 2015-2016 webfactory GmbH, Bonn. Code released under the MIT license., (*3)

The Versions

07/06 2016

dev-master

9999999-dev

SourceAdapter for Doctrine entities inside the webfactory/content-mapping mini framework

  Sources   Download

MIT

The Requires

 

11/08 2015

1.1.0

1.1.0.0

SourceAdapter for Doctrine entities inside the webfactory/content-mapping mini framework

  Sources   Download

MIT

The Requires

 

06/08 2015

1.0.0

1.0.0.0

SourceAdapter for Doctrine entities inside the webfactory/content-mapping mini framework

  Sources   Download

MIT

The Requires