Download the PHP package gielfeldt/transactionalphp without Composer
On this page you can find all versions of the php package gielfeldt/transactionalphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gielfeldt/transactionalphp
More information about gielfeldt/transactionalphp
Files in gielfeldt/transactionalphp
Download gielfeldt/transactionalphp
More information about gielfeldt/transactionalphp
Files in gielfeldt/transactionalphp
Vendor gielfeldt
Package transactionalphp
Short Description Transactional PHP.
License MIT
Homepage https://github.com/gielfeldt/transactionalphp
Package transactionalphp
Short Description Transactional PHP.
License MIT
Homepage https://github.com/gielfeldt/transactionalphp
Please rate this library. Is it a good library?
Informations about the package transactionalphp
Transactional PHP
Installation
To install the Transactional PHP library in your project using Composer, first add the following to your composer.json
config file.
Then run Composer's install or update commands to complete installation. Please visit the Composer homepage for more information about how to use Composer.
Transactional PHP
This class allows to buffer php code in a simulated transaction, thereby postponing the execution of the code until a commit occurs.
Motivation
- Problem of keeping external cache in sync with the database, see the Drupal module Cache Consistent.
Using the Transactional PHP library
Example 1 - Simple
Example 2 - Commit and rollback
Example 3 - Using the indexer
Example 4 - Value store using the indexer for lookups
For more examples see the examples/ folder.
Features
- Transactionalize PHP code.
- Index operations for lookup.
Caveats
- Lots probably.
All versions of transactionalphp with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package gielfeldt/transactionalphp contains the following files
Loading the files please wait ....