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
Requires
- php: >=5.4
Suggests
- doctrine/annotations: For read @Transactional annotation and auto generate proxy files
- doctrine/orm: For use DoctrineORM transactional layer.
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