rindow / rindow-transaction
Support transaction management
1.0.0
2020-04-02 05:57 UTC
Requires
- php: >=5.3.3
- interop-phpobjects/lenient-transaction: *
- rindow/rindow-stdlib: 1.*
Requires (Dev)
Suggests
- rindow/rindow-annotation: When using annotation
- rindow/rindow-aop: When using on AOP
This package is auto-updated.
Last update: 2024-10-29 05:47:21 UTC
README
This module integrates and manages transaction processing of resources
In general, it supports Declarative-transaction management with AOP, but it can also be used as a standalone library.
It also supports distributed transactions using the "Xa interface" as an option.
It has the following features
- Transaction management including Synchronization(used for ORM etc.)
- Local transaction and Distributed transaction manager.
- Supports Declarative-transaction management
- Supports annotation based configuration.
- Supports file based configuration.