Libraries tagged by operation
bmdevel/php-index
64025 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.
awalhadi/addressable
694 Downloads
A modern, feature-rich Laravel package for managing addresses with geocoding, validation, caching, and spatial operations. Perfect for e-commerce, CRM systems, and any application requiring robust address management.
atk14/string-buffer
34534 Downloads
StringBuffer is a PHP class providing operations for efficient string buffering
async-interop/promise
2981 Downloads
A promise interface for interoperability in async operations.
asvvvad/clipboard
477 Downloads
Perform clipboard operations (Copy/Paste) in PHP.
articus/path-handler
19451 Downloads
Library for API development with Mezzio that simplifies creating operation middlewares and registering them in router
arraypress/wp-array-utils
552 Downloads
Essential array operations for WordPress development - lean, focused, and practical
araise/crud-bundle
7252 Downloads
Very simple CRUD operations
antavo/rest-client
52563 Downloads
A rather straightforward and lightweight, yet flexible helper class to perform operations on a RESTful API with cURL
anil/fast-api-crud
8224 Downloads
A powerful Laravel package for building RESTful API CRUD operations with minimal boilerplate. Features pagination, filtering, sorting, soft deletes, permissions, lifecycle hooks, and more.
amrlotfy/laravel-chores
421 Downloads
Batched, checkpointed, resumable data operations for Laravel. Write only the per-record logic.
akondas/exspecto
4675 Downloads
Small PHP DSL for synchronizing asynchronous operations (busy-waiting)
aeon-php/retry
154286 Downloads
Retry fragile operations in case of failure with different delay strategies and possibility to skip/terminate execution
whatwedo/crud-bundle
27644 Downloads
Very simple CRUD operations
vcn/enum
32422 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.