Download the PHP package webgriffe/payum-lock-request-extension without Composer
On this page you can find all versions of the php package webgriffe/payum-lock-request-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download webgriffe/payum-lock-request-extension
More information about webgriffe/payum-lock-request-extension
Files in webgriffe/payum-lock-request-extension
Download webgriffe/payum-lock-request-extension
More information about webgriffe/payum-lock-request-extension
Files in webgriffe/payum-lock-request-extension
Vendor webgriffe
Package payum-lock-request-extension
Short Description A Payum extension providing the ability to lock concurrent requests.
License MIT
Package payum-lock-request-extension
Short Description A Payum extension providing the ability to lock concurrent requests.
License MIT
Please rate this library. Is it a good library?
Informations about the package payum-lock-request-extension
Payum Lock Request Extension
A Payum extension providing the ability to lock concurrent requests
This extension provides the ability to lock concurrent requests to a Payum gateway (for example when the PSP send both a notify action and a traditional capture action in the same moment). It uses Symfony Lock Component to provide a simple and reliable locking mechanism.
Installation
Usage
Configuration
The extension can be configured with the following options:
- Lock prefix: to ensure lock key is unique, default is
webgriffe_payum_lock_request_extension
. - Lock TTL: the maximum time in seconds that a lock can be hold, default is
30
. - Lock autorelease: release the lock or not when the lock instance is destroyed, default is
true
.
All versions of payum-lock-request-extension with dependencies
PHP Build Version
Package Version
The package webgriffe/payum-lock-request-extension contains the following files
Loading the files please wait ....