Libraries tagged by retrieval
yooper/php-text-analysis
442398 Downloads
PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language
jamesmills/laravel-timezone
833287 Downloads
Timezone storage and retrieval for Laravel
amphp/redis
825060 Downloads
Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.
php-text-analysis/php-text-analysis
8504 Downloads
PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language
neuron-core/raptor-retrieval
8081 Downloads
Recursive Abstractive Processing for Tree-Organized Retrieval
white-rabbit-1-sketch/php-file-hash-map
6001 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
milpa/container
12792 Downloads
Reflection-autowiring PSR-11 dependency injection container for the Milpa PHP framework: lazy singleton resolution, circular-dependency detection with chain reporting, and safe optional retrieval.
irabbi360/laravel-attribute-mask
2985 Downloads
Mask Eloquent attributes on retrieval like $casts
alvin0/redis-model
6253 Downloads
Introducing Redis Model - a Laravel package that connects to Redis and functions similarly to Eloquent Model, offering efficient data manipulation and retrieval capabilities.
wplake/typed
1466 Downloads
Lightweight PHP utility for seamless type-casting and data retrieval from dynamic variables, arrays, and objects.
vortos/vortos-payhere
973 Downloads
Vortos PayHere integration — hosted checkout signing, IPN verification with inbox, retrieval and refund APIs, behind the vortos-payments gateway contracts
mshadydev/zkteco-php
1242 Downloads
A comprehensive PHP library for connecting to and extracting data from ZKTeco fingerprint attendance devices. Supports user management, attendance records extraction, and device information retrieval.
medicplus/laravel-timezone
24239 Downloads
Timezone storage, retrieval and date conversion for Laravel (Based on jamesmills/laravel-timezone)
ezimuel/phpvector
185 Downloads
A vector database in PHP implementing HNSW for approximate nearest-neighbor search and BM25 for hybrid full-text + vector retrieval.
dg/imap
124 Downloads
Retrieval, processing, and manipulation of emails within an IMAP mailbox, implemented in pure PHP