Libraries tagged by exactly-once
webrek/laravel-idempotency
768 Downloads
Safe request retries for Laravel APIs via the Idempotency-Key header.
stevegrunwell/one-time-callbacks
47377 Downloads
Enable WordPress actions and filter callbacks to be called exactly once.
webrek/laravel-outbox
6 Downloads
Transactional outbox for Laravel: stage messages inside your database transaction and relay them reliably with retries and backoff.
mohamedhekal/oncegate
0 Downloads
Stripe-style Idempotency-Key middleware for Laravel APIs with response replay and concurrent locks
mohamedmohamedhekal/oncegate
0 Downloads
Stripe-style Idempotency-Key middleware for Laravel APIs with response replay and concurrent locks
kinetis/queue-sql
3 Downloads
A SQL-backed (MySQL/Postgres) queue implementation for kinetis/queue's QueueInterface — SELECT ... FOR UPDATE SKIP LOCKED for exactly-once delivery, an optional visibility timeout for a crashed worker's reserved job.
cboxdk/laravel-id-billing-bridge
0 Downloads
Meters Cbox ID identity usage to a billing service — reads the shared auth.* vocabulary off the transactional outbox and reports it exactly once. Optional: install it only where you actually bill.
ahmedtaha/travelling-salesman-path
29 Downloads
The travelling salesman problem asks the following question: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city exactly once and returns to the origin city
coringawc/filament-single-record-resource
1468 Downloads
A Filament plugin that solves the single-record resource pattern — resources that display exactly one record per authenticated user (e.g. 'My Profile', 'My Wallet', 'My Settings') without an index page, and their arbitrarily nested child resources.
jweiland/jw-shell-exec
711 Downloads
With this extension you can execute exactly one defined shell command as long as only one editor is logged into backend