2017 © Pedro Peláez
 

library content-mapping-sourceadapter-propel

SourceAdapter for Propel Databases inside the webfactory/content-mapping mini framework.

image

webfactory/content-mapping-sourceadapter-propel

SourceAdapter for Propel Databases inside the webfactory/content-mapping mini framework.

  • Wednesday, May 11, 2016
  • by webfactory
  • Repository
  • 8 Watchers
  • 0 Stars
  • 99 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

content-mapping-sourceadapter-propel

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

Installation

Assuming you already have a working Propel installation, simply, (*2)

composer require webfactory/content-mapping-sourceadapter-propel

Usage

use Webfactory\ContentMapping\Synchronizer;
use Webfactory\ContentMapping\SourceAdapter\Propel\GenericPropelSourceAdapter;

$classNameToSynchronize = 'MyClass';
$resultSetMethod = 'doSelectRS';
$logger = ...; // optional: any PSR-3 logger

$sourceAdapter = new GenericPropelSourceAdapter($classNameToSynchronize, $resultSetMethod, $logger);

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

If the GenericPropelSourceAdapter does not fit your needs, you may find the abstract PropelSourceAdapter helpful., (*3)

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

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

The Versions

11/05 2016

dev-master

9999999-dev

SourceAdapter for Propel Databases inside the webfactory/content-mapping mini framework.

  Sources   Download

MIT

The Requires

 

11/05 2016

1.2.1

1.2.1.0

SourceAdapter for Propel Databases inside the webfactory/content-mapping mini framework.

  Sources   Download

MIT

The Requires

 

19/11 2015

1.2.0

1.2.0.0

SourceAdapter for Propel Databases inside the webfactory/content-mapping mini framework.

  Sources   Download

MIT

The Requires

 

06/08 2015

1.1.0

1.1.0.0

SourceAdapter for Propel Databases inside the webfactory/content-mapping mini framework.

  Sources   Download

MIT

The Requires

 

06/08 2015

1.0.1

1.0.1.0

SourceAdapter for Propel Databases inside the webfactory/content-mapping mini framework.

  Sources   Download

MIT

The Requires

 

06/08 2015

1.0.0

1.0.0.0

SourceAdapter for Propel Databases inside the webfactory/content-mapping mini framework.

  Sources   Download

MIT

The Requires