Libraries tagged by retrieval
yooper/php-text-analysis
413722 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
782841 Downloads
Timezone storage and retrieval for Laravel
amphp/redis
694896 Downloads
Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.
neuron-core/raptor-retrieval
5336 Downloads
Recursive Abstractive Processing for Tree-Organized Retrieval
wplake/typed
1192 Downloads
Lightweight PHP utility for seamless type-casting and data retrieval from dynamic variables, arrays, and objects.
white-rabbit-1-sketch/php-file-hash-map
3618 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.
irabbi360/laravel-attribute-mask
797 Downloads
Mask Eloquent attributes on retrieval like $casts
alvin0/redis-model
6065 Downloads
Introducing Redis Model - a Laravel package that connects to Redis and functions similarly to Eloquent Model, offering efficient data manipulation and retrieval capabilities.
php-text-analysis/php-text-analysis
8171 Downloads
PHP Text Analysis is a library for performing Information Retrieval (IR) and Natural Language Processing (NLP) tasks using the PHP language
m-tech-stack/laravel-ai-engine
2446 Downloads
Laravel AI agent engine for orchestration, structured tools, RAG, and node federation across Laravel apps.
medicplus/laravel-timezone
22073 Downloads
Timezone storage, retrieval and date conversion for Laravel (Based on jamesmills/laravel-timezone)
ezimuel/phpvector
90 Downloads
A vector database in PHP implementing HNSW for approximate nearest-neighbor search and BM25 for hybrid full-text + vector retrieval.
webdevvie/nestis
10589 Downloads
A simple php class that allows for the retrieval of nested object without null checks
stuartcusackie/statamic-cache-requester
477 Downloads
Artisan commands that queue up entry and glide urls for retrieval, which engages the caches and makes first time loads much quicker.
socialengineers/soap-parser
3471 Downloads
A library that manually parses SOAP XML requests via the SimpleXMLElement class, allowing retrieval of called SOAP function and parameters.