PHPackages                             jc9group/laravel-idempotency - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jc9group/laravel-idempotency

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jc9group/laravel-idempotency
============================

Idempotency realisation for laravel

v1.0.2(6y ago)029MITPHPPHP &gt;=7.2

Since Aug 30Pushed 6y agoCompare

[ Source](https://github.com/jc9group/laravel-idempotency)[ Packagist](https://packagist.org/packages/jc9group/laravel-idempotency)[ RSS](/packages/jc9group-laravel-idempotency/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

Laravel idempotency repositories
================================

[](#laravel-idempotency-repositories)

Library for laravel framework to work with requests idempotency.

Keys
----

[](#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
----------

[](#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 result
- `public 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

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

2444d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22115654?v=4)[Konstantin](/maintainers/kost999)[@kost999](https://github.com/kost999)

---

Top Contributors

[![kost999](https://avatars.githubusercontent.com/u/22115654?v=4)](https://github.com/kost999 "kost999 (7 commits)")

### Embed Badge

![Health badge](/badges/jc9group-laravel-idempotency/health.svg)

```
[![Health](https://phpackages.com/badges/jc9group-laravel-idempotency/health.svg)](https://phpackages.com/packages/jc9group-laravel-idempotency)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

22.8k69.3k](/packages/grumpydictator-firefly-iii)[wireui/wireui

TallStack components

1.8k1.3M16](/packages/wireui-wireui)[livewire/volt

An elegantly crafted functional API for Laravel Livewire.

4195.3M84](/packages/livewire-volt)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)[ramonrietdijk/livewire-tables

Dynamic tables for models with Laravel Livewire

21147.4k](/packages/ramonrietdijk-livewire-tables)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
