Libraries tagged by retrieval
yooper/php-text-analysis
427826 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
801784 Downloads
Timezone storage and retrieval for Laravel
amphp/redis
739567 Downloads
Efficient asynchronous communication with Redis servers, enabling scalable and responsive data storage and retrieval.
php-text-analysis/php-text-analysis
8323 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
6466 Downloads
Recursive Abstractive Processing for Tree-Organized Retrieval
white-rabbit-1-sketch/php-file-hash-map
4862 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
1775 Downloads
Mask Eloquent attributes on retrieval like $casts
alvin0/redis-model
6151 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
1258 Downloads
Lightweight PHP utility for seamless type-casting and data retrieval from dynamic variables, arrays, and objects.
mshadydev/zkteco-php
714 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
22920 Downloads
Timezone storage, retrieval and date conversion for Laravel (Based on jamesmills/laravel-timezone)
sellinnate/rag-engine
307 Downloads
Enterprise Retrieval-Augmented Generation engine for Laravel: ingestion, parsing, chunking, embedding, vector store, retrieval, reranking, BYOK security and multi-tenancy.
m-tech-stack/laravel-ai-engine
2545 Downloads
Laravel AI agent engine for orchestration, structured tools, RAG, and node federation across Laravel apps.
webdevvie/nestis
10836 Downloads
A simple php class that allows for the retrieval of nested object without null checks
socialengineers/soap-parser
3613 Downloads
A library that manually parses SOAP XML requests via the SimpleXMLElement class, allowing retrieval of called SOAP function and parameters.