fivelab/transactional

Adds transactional layers to you application

v2.2.1 2021-12-07 09:39 UTC

This package is auto-updated.

Last update: 2024-03-22 11:56:37 UTC


README

 #StandWithUkraine 

Transactional

Build Status

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

Installation

Add FiveLab/Transactional in your composer.json:

{
    "require": {
        "fivelab/transactional": "~2.0"
    }
}

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

php composer.phar update fivelab/transactional

Development

For easy develop, you can use our Dockerfile.

docker build -t transactional .
docker run -it -v $(pwd):/code transactional bash