2017 © Pedro Peláez
 

library transaction

DB transaction library.

image

ideo/transaction

DB transaction library.

  • Thursday, April 12, 2018
  • by cosmicvelocity
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

ideo/transaction

Build Status, (*1)

We will share different transaction implementations for each framework., (*2)

When implementing repository patterns for database access, framework specific classes may be exposed in the service layer transaction implementation, but we will prevent that., (*3)

The corresponding framework is as follows., (*4)

  • PDO
  • Doctrine DBAL
  • Doctrine ORM
  • Laravel
  • Lumen

Usage

// class corresponding to each framework
$tm = new ... 

$tm->beginTransaction();

...

$tm->commit();

Or, (*5)

// class corresponding to each framework
$tm = new ... 

$tm->transactional(function () {
    ...
});

The Versions

12/04 2018

dev-master

9999999-dev

DB transaction library.

  Sources   Download

Apache-2.0

The Requires

  • php ^5.4|^7.0

 

The Development Requires

by Kouichi Machida

12/04 2018

1.1

1.1.0.0

DB transaction library.

  Sources   Download

Apache-2.0

The Requires

  • php ^5.4|^7.0

 

The Development Requires

by Kouichi Machida

26/11 2017

1.0

1.0.0.0

DB transaction library.

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Kouichi Machida