Libraries tagged by moderation
cubeta/cubeta-starter
1560 Downloads
Cubeta-Starter: A developer's Swiss army knife for seamless CRUD operations. Choose between core integration or dev dependency. Enjoy a user-friendly GUI for code generation, enhancing your development workflow. Say goodbye to repetition, embrace productivity with Cubeta-Starter!
ctw/ctw-http
112900 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.
convertiv/composer-wordpress
7524 Downloads
This library fills a gap when using wordpress with composer. Previously, packages like Drupal's preserve paths composer plugin closed this gap, but with Composer 2's parallel operations, preserve paths creates a race condition.
cheprasov/php-parallel
12423 Downloads
The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases
bmdevel/php-index
43388 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.
backstage/laravel-permanent-cache
460 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!
atk14/string-buffer
25531 Downloads
StringBuffer is a PHP class providing operations for efficient string buffering
articus/path-handler
15839 Downloads
Library for API development with Mezzio that simplifies creating operation middlewares and registering them in router
araise/crud-bundle
5637 Downloads
Very simple CRUD operations
akondas/exspecto
2225 Downloads
Small PHP DSL for synchronizing asynchronous operations (busy-waiting)
whatwedo/crud-bundle
24965 Downloads
Very simple CRUD operations
vcn/enum
27739 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.
snowio/magento2-product-save-mutex
24069 Downloads
A Magento 2 module which encapsulates various operations in mutex locks
saritasa/laravel-controllers
16422 Downloads
Saritasa controllers for typical operations
mpyw/laravel-retry-on-duplicate-key
51551 Downloads
Automatically retry non-atomic upsert operation when unique constraints are violated.