https://github.com/rindow/rindow-transaction
Support transaction management
https://github.com/rindow/rindow-transaction
declarative framework php transaction-manager
Last synced: 3 months ago
JSON representation
Support transaction management
- Host: GitHub
- URL: https://github.com/rindow/rindow-transaction
- Owner: rindow
- License: bsd-3-clause
- Created: 2018-11-25T05:08:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-02T06:01:50.000Z (over 5 years ago)
- Last Synced: 2024-12-25T20:11:59.403Z (9 months ago)
- Topics: declarative, framework, php, transaction-manager
- Language: PHP
- Size: 44.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Transaction manager
===================
Master: [](https://travis-ci.com/rindow/rindow-transaction)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.