Libraries tagged by Opera
cyberwings/myanmar-phone-number-php
3606 Downloads
PHP port of ( https://github.com/Melomap/mm_phonenumber ) to check valid myanmar mobile numbers, get mobile operator's name, sanitize mobile numbers and get mobile network types.
cubeta/cubeta-starter
1611 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
113297 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
7599 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
12426 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
43555 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
470 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
25649 Downloads
StringBuffer is a PHP class providing operations for efficient string buffering
asvvvad/clipboard
101 Downloads
Perform clipboard operations (Copy/Paste) in PHP.
articus/path-handler
15940 Downloads
Library for API development with Mezzio that simplifies creating operation middlewares and registering them in router
araise/crud-bundle
5649 Downloads
Very simple CRUD operations
akondas/exspecto
2246 Downloads
Small PHP DSL for synchronizing asynchronous operations (busy-waiting)
51degrees/fiftyone.devicedetection
11512 Downloads
Device detection engines for 51Degrees Pipeline API. Parse HTTP headers to detect hardware, operating system, browser, and crawler information.
whatwedo/crud-bundle
24996 Downloads
Very simple CRUD operations
vcn/enum
27890 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.