fivelab / transactional
Adds transactional layers to you application
Installs: 27 741
Dependents: 1
Suggesters: 1
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: ~8.2
Requires (Dev)
- ext-amqp: *
- doctrine/orm: ~2.4 | ~3.0
- escapestudios/symfony2-coding-standard: ~3.5.0
- phpstan/phpstan: ~2.0
- phpunit/phpunit: ~11.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