fivepercent/transactional

Adds transactional layers to you application

Maintainers

Package info

github.com/InnoGr/FivePercent-Transactional

pkg:composer/fivepercent/transactional

Statistics

Installs: 177

Dependents: 0

Suggesters: 1

Stars: 1

Open Issues: 0

v1.0 2015-06-04 08:16 UTC

This package is not auto-updated.

Last update: 2026-03-01 01:46:18 UTC


README

With use this package, you can run you code in transactional layer.

Installation

Add FivePercent/Transactional in your composer.json:

{
    "require": {
        "fivepercent/transactional": "~1.0"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update fivepercent/transactional