fivepercent/transactional

Adds transactional layers to you application

Installs: 177

Dependents: 0

Suggesters: 1

Security: 0

Stars: 1

Watchers: 6

Forks: 1

Open Issues: 0

pkg:composer/fivepercent/transactional

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

This package is not auto-updated.

Last update: 2025-09-27 23:10:21 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