Download the PHP package jc9group/laravel-idempotency without Composer
On this page you can find all versions of the php package jc9group/laravel-idempotency. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jc9group/laravel-idempotency
More information about jc9group/laravel-idempotency
Files in jc9group/laravel-idempotency
Download jc9group/laravel-idempotency
More information about jc9group/laravel-idempotency
Files in jc9group/laravel-idempotency
Vendor jc9group
Package laravel-idempotency
Short Description Idempotency realisation for laravel
License MIT
Package laravel-idempotency
Short Description Idempotency realisation for laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-idempotency
Laravel idempotency repositories
Library for laravel framework to work with requests idempotency.
Keys
If you want to work with keys - you should use the IdempotencyKeyRepository
set(string $key, \DateTime $dieTime): void
method to set idempotency key that will be killed at$dieTime
isExists(string $key): bool
method to check if the key exists
Executions
If you want to check if some functionality was executed by request with this key you should use ExecutionsRepository
markAsExecuted(string $executableName, string $idempotencyKey, string $executionResult = null): void
method to mark some functionality as executed and save execution resultpublic function getExecution(string $executableName, string $idempotencyKey): ?Execution
method to check if the functionality has been executed and get execution result
Be careful with executions! Die time of execution mark will be like die time of a key
All versions of laravel-idempotency with dependencies
PHP Build Version
Package Version
The package jc9group/laravel-idempotency contains the following files
Loading the files please wait ....