Libraries tagged by operation
ctw/ctw-http
115866 Downloads
This package provides utility classes and constants to facilitate common operations of PSR-7 and a group of exceptions which represent HTTP status codes.
bmdevel/php-index
44847 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.
astatroth/laravel-timer
23104 Downloads
A small tool to measure operations execution time.
articus/path-handler
16412 Downloads
Library for API development with Mezzio that simplifies creating operation middlewares and registering them in router
araise/crud-bundle
5729 Downloads
Very simple CRUD operations
antavo/rest-client
47793 Downloads
A rather straightforward and lightweight, yet flexible helper class to perform operations on a RESTful API with cURL
akondas/exspecto
2402 Downloads
Small PHP DSL for synchronizing asynchronous operations (busy-waiting)
aeon-php/retry
152683 Downloads
Retry fragile operations in case of failure with different delay strategies and possibility to skip/terminate execution
aef/laravel-batch-requests
701 Downloads
A Laravel package for efficiently handling multiple API requests in a single batch operation, reducing network overhead and improving performance for bulk operations.
whatwedo/crud-bundle
25230 Downloads
Very simple CRUD operations
vormkracht10/laravel-permanent-cache
1078 Downloads
Using Laravel Permanent Cache you can cache intensive operations permanently and update them in the background, so your users don't have to wait!
vcn/enum
28583 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.
snowio/magento2-product-save-mutex
24576 Downloads
A Magento 2 module which encapsulates various operations in mutex locks
saritasa/laravel-controllers
16786 Downloads
Saritasa controllers for typical operations
mpyw/laravel-retry-on-duplicate-key
51730 Downloads
Automatically retry non-atomic upsert operation when unique constraints are violated.