Download the PHP package bluebeetle/idempotency-middleware without Composer
On this page you can find all versions of the php package bluebeetle/idempotency-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bluebeetle/idempotency-middleware
More information about bluebeetle/idempotency-middleware
Files in bluebeetle/idempotency-middleware
Download bluebeetle/idempotency-middleware
More information about bluebeetle/idempotency-middleware
Files in bluebeetle/idempotency-middleware
Vendor bluebeetle
Package idempotency-middleware
Short Description Idempotency middleware for your Laravel API.
License MIT
Package idempotency-middleware
Short Description Idempotency middleware for your Laravel API.
License MIT
Please rate this library. Is it a good library?
Informations about the package idempotency-middleware
Idempotency Middleware
Simple and fully tested Laravel middleware for implementing idempotency in your API requests.
Quick Start
Add the middleware to your routes:
Send requests with an Idempotency-Key header (UUID v4):
Repeated requests with the same key return the cached response instead of processing again.
Documentation
Full documentation is available at bluebeetle.pt/open-source/docs/idempotency-middleware.
Testing
Credits
- Blue Beetle
- All Contributors
License
Licensed under the MIT license.
All versions of idempotency-middleware with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.4
illuminate/cache Version ^12.0|^13.0
illuminate/contracts Version ^12.0|^13.0
illuminate/http Version ^12.0|^13.0
illuminate/support Version ^12.0|^13.0
nesbot/carbon Version ^3.9
ramsey/uuid Version ^4.8
symfony/http-foundation Version ^7.3|^8.0
illuminate/cache Version ^12.0|^13.0
illuminate/contracts Version ^12.0|^13.0
illuminate/http Version ^12.0|^13.0
illuminate/support Version ^12.0|^13.0
nesbot/carbon Version ^3.9
ramsey/uuid Version ^4.8
symfony/http-foundation Version ^7.3|^8.0
The package bluebeetle/idempotency-middleware contains the following files
Loading the files please wait ...