symfony/ai-cache-message-store
PSR-6 cache-backed message store for Symfony AI Chat. Persist and retrieve chat messages using any PSR-6 cache pool for lightweight conversation history across requests. Part of the Symfony AI ecosystem.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| symfony/ai-meilisearch-message-store | 0.84 | Meilisearch Message Store integrates Meilisearch as a persistent message store for Symfony AI Chat. Index and query chat messages using Meilisearch APIs, with support for async task handling and configurable index settings via Meilisearch. | 1 | 1 | 0 | 121 | 0 | 22.5 | 29.0 | MIT | 6 days ago | |
| einar-hansen/laravel-psr-6-cache | 0.84 | Laravel package that bridges Laravel’s cache system with PSR-6. Use Laravel’s cache stores through a PSR-6 CacheItemPoolInterface for interoperability with PSR-compliant libraries, with simple configuration and drop-in integration. | 1 | 1 | 1 | 2K | 0 | 0.6 | 41.7 | MIT | 3 years ago | |
| psr-discovery/cache-implementations | 0.83 | Discovers installed PSR-6 cache implementations at runtime and returns the first available adapter, avoiding hard dependencies in libraries/SDKs. Supports php-cache adapters and Stash, with options to prefer or manually instantiate configurable caches. | 8 | 8 | 1 | 455K | 0 | 1.3 | 55.3 | MIT | 1 year ago | |
| cache/adapter-bundle | 0.83 | — | 30 | 30 | 26 | 2K | 0 | 6.9 | 25.3 | MIT | 7 years ago | |
| symfony/ai-redis-message-store | 0.83 | Redis-backed message store for Symfony AI Chat. Persists and retrieves chat messages using Redis (phpredis) for fast, durable conversation history and session state. Part of the Symfony AI ecosystem; issues and PRs handled in the main symfony/ai repo. | 0 | 0 | 0 | 999 | 0 | 22.4 | 48.7 | MIT | 6 days ago | |
| symfony/ai-surreal-db-message-store | 0.82 | SurrealDB Message Store integration for Symfony AI Chat. Persist and retrieve chat messages using SurrealDB, with guidance for HTTP-based SurrealDB setups. Part of the Symfony AI ecosystem; contribute or report issues in the main symfony/ai repo. | 2 | 2 | 0 | 104 | 0 | 22.7 | 25.2 | MIT | 6 days ago | |
| symfony/ai-session-message-store | 0.82 | Symfony AI Session Message Store integrates Symfony Session as a message store for Symfony AI Chat, letting you persist and retrieve chat conversation messages across requests using standard Symfony session handling. | 2 | 2 | 0 | 6K | 0 | 22.4 | 53.9 | MIT | 6 days ago | |
| symfony/ai-pogocache-message-store | 0.81 | Symfony AI Chat integration for Pogocache message storage. Persist and retrieve chat messages via Pogocache’s HTTP API with simple configuration, enabling shared, durable conversation history backed by Pogocache and compatible with its authentication options. | 1 | 1 | 0 | 104 | 0 | 22.7 | 28.0 | MIT | 6 days ago | |
| symfony/ai-cache-platform | 0.81 | Symfony AI Cache Platform bridge that integrates Cache Platform as a caching backend for Symfony AI. Enables storing and retrieving AI-related cache entries via Cache Platform, improving performance and reuse across requests. | 1 | 1 | 0 | 2K | 0 | 22.7 | 47.7 | MIT | 6 days ago | |
| symfony/ai-doctrine-message-store | 0.81 | Doctrine DBAL message store integration for Symfony AI Chat. Persist and retrieve chat messages in a relational database using Doctrine DBAL, enabling durable conversation history and easy storage configuration within Symfony applications. | 1 | 1 | 1 | 1K | 0 | 22.6 | 44.2 | MIT | 6 days ago | |
| symfony/ai-mongo-db-message-store | 0.80 | MongoDB message store integration for Symfony AI Chat. Persist and retrieve chat conversations using the MongoDB PHP library, with support for creating and managing collections. Useful for durable chat history storage in MongoDB-backed Symfony apps. | 0 | 0 | 0 | 93 | 0 | 22.5 | 32.0 | MIT | 6 days ago | |
| symfony/ai-cache-store | 0.80 | Symfony AI Cache Store integrates a cache-backed vector store with Symfony AI Store, enabling lightweight storage and retrieval of embeddings using Symfony Cache. Ideal for development, testing, and small deployments where simplicity matters. | 1 | 1 | 0 | 403 | 0 | 22.4 | 37.4 | MIT | 6 days ago | |
| austral/cache-bundle | 0.80 | — | 0 | 0 | 0 | 1 | 0 | 0.6 | 4.2 | MIT | 1 year ago | |
| cache/cache-bundle | 0.80 | — | 43 | 43 | 16 | 845 | 0 | 5.9 | 18.0 | MIT | 8 years ago | |
| psr/simple-cache | 0.80 | PSR-16 Simple Cache interfaces from PHP-FIG. Defines a common API for cache implementations (get/set/delete, TTL, etc.) but provides no caching itself. Use this package to type-hint against the standard and pair with any compatible cache provider. | 8,079 | 8,101 | 56 | 15M | 0 | 29.1 | 46.6 | MIT | 4 years ago | |
| boson/cache-bundle | 0.80 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| symfony/ai-redis-store | 0.80 | Redis-backed vector store for Symfony AI Store. Create and query vector indexes in Redis using RediSearch (FT.CREATE/FT.SEARCH) with KNN and DIALECT 2 support. Ideal for semantic search and retrieval workflows powered by Redis vector features. | 1 | 1 | 0 | 1K | 0 | 22.5 | 44.3 | MIT | 6 days ago | |
| symfony/ai-cloudflare-message-store | 0.80 | Cloudflare KV-backed message store for Symfony AI Chat. Persist and retrieve chat messages in Cloudflare Workers KV, with support for KV namespace operations like bulk get and bulk update, enabling scalable storage for AI conversation history. | 1 | 1 | 0 | 104 | 0 | 22.7 | 28.0 | MIT | 6 days ago | |
| symfony/cache | 0.79 | Symfony Cache is a fast, low-overhead caching component with PSR-6 implementations and adapters for common backends. Includes a PSR-16 adapter plus support for symfony/cache-contracts CacheInterface and TagAwareCacheInterface. | 4,157 | 4,187 | 65 | 8M | 0 | 56.4 | 53.1 | MIT | 3 weeks ago | |
| beste/in-memory-cache | 0.79 | PSR-6 in-memory cache for PHP, ideal as a default cache or for tests. Lightweight CacheItemPool implementation with support for expiration and optional PSR-20 clock injection (e.g., frozen clocks) to control time in tests. | 26 | 25 | 0 | 1M | 0 | 17.9 | 62.8 | MIT | 2 months ago |
How can I help you explore Laravel packages today?