#StandWithUkraine
With use this package, you can run you code in transactional layer.
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/transactionalFor easy develop, you can use our Dockerfile.
docker build -t transactional .
docker run -it -v $(pwd):/code transactional bash