fivepercent / transactional
Adds transactional layers to you application
v1.0
2015-06-04 08:16 UTC
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: 2026-03-01 01:46:18 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