fivelab / transactional
Adds transactional layers to you application
Installs: 27 613
Dependents: 1
Suggesters: 1
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ~7.4 | ~8.0
Requires (Dev)
- ext-amqp: *
- doctrine/orm: ~2.4
- escapestudios/symfony2-coding-standard: ~3.5.0
- phpstan/phpstan: ~0.12.85
- phpunit/phpunit: ~9.5.0
Suggests
- doctrine/orm: For use DoctrineORM transactional layer.
README
#StandWithUkraineTransactional
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