symfony/ai-generic-platform
Generic Symfony AI platform package providing an extensible foundation to integrate AI providers and workflows in Symfony apps. Offers reusable abstractions, configuration-first setup, and a base for building chats, assistants, and other AI-powered features.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| symfony/ai-bundle | 0.90 | — | 31 | 32 | 5 | 135K | 0 | 24.0 | 58.8 | MIT | 2 weeks ago | |
| symfony/ai-ai-ml-api-platform | 0.88 | Symfony AI bridge for AiML API Platform, providing access to AiML API’s OpenAI-compatible text/LLM models. Includes links to authentication quickstart and API docs, and points to the main Symfony AI repo for issues and contributions. | 1 | 1 | 0 | 97 | 0 | 22.8 | 27.5 | MIT | 2 weeks ago | |
| symfony/ai-doctrine-message-store | 0.88 | 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 | 23.0 | 44.2 | MIT | 2 weeks ago | |
| symfony/ai-open-ai-platform | 0.88 | Symfony integration for OpenAI Platform APIs, providing ready-to-use clients and tooling for text and chat generation, embeddings, and related AI features. Designed to fit Symfony apps with clean configuration and predictable HTTP handling. | 4 | 4 | 0 | 70K | 0 | 22.9 | 64.9 | MIT | 2 weeks ago | |
| symfony/ai-meta-platform | 0.87 | Symfony AI bridge for Meta’s Llama platform. Connect to Llama models and use official prompt formats for Llama 3, 3.2, and 3.3. Part of the Symfony AI ecosystem; issues and PRs are handled in the main symfony/ai repository. | 2 | 2 | 0 | 28K | 0 | 22.8 | 64.4 | MIT | 2 weeks ago | |
| amazeeio/symfony-amazeeai-configure | 0.87 | — | 0 | 0 | 0 | 0 | 0 | 10.5 | — | — | 6 months ago | |
| symfony/ai-session-message-store | 0.87 | 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 | 7K | 0 | 22.4 | 54.5 | MIT | 2 weeks ago | |
| symfony/ai-voyage-platform | 0.87 | Symfony AI bridge for Voyage AI: integrate Voyage text and multimodal embeddings into Symfony apps. Provides a platform connector to call Voyage APIs and use embedding models for semantic search, RAG, and vector workflows. | 1 | 1 | 0 | 795 | 0 | 22.8 | 42.8 | MIT | 2 weeks ago | |
| symfony/ai-agent | 0.87 | Experimental Symfony AI Agent component for building AI agents on top of the Platform and Store components. Create agents that interact with users, perform tasks, and orchestrate workflows, with optional tool bridges (search, scraping, maps, weather, files). | 32 | 32 | 3 | 123K | 0 | 23.2 | 58.0 | MIT | 2 weeks ago | |
| symfony/ai-lm-studio-platform | 0.87 | Symfony AI bridge for LM Studio. Connect to LM Studio’s OpenAI-compatible local endpoints to run and test LLMs from Symfony applications. Part of the Symfony AI ecosystem; issues and PRs are handled in the main symfony/ai repository. | 2 | 2 | 0 | 3K | 0 | 22.5 | 48.8 | MIT | 2 weeks ago | |
| muradbdinfo/laravelai | 0.86 | Unified AI chat interface for Laravel with pluggable providers (Ollama, OpenAI/ChatGPT, Anthropic/Claude, DeepSeek). Includes quick setup, configuration, real-world examples, chat app integration, API reference, and built-in RAG support. | 1 | 1 | 0 | 2 | 0 | 0.0 | 4.2 | MIT | — | |
| symfony/ai-anthropic-platform | 0.86 | Symfony AI integration for Anthropic’s Claude via the Anthropic Platform. Provides a PHP client and abstractions to send prompts, handle responses, and plug Claude into Symfony apps with a consistent AI interface for chat and text generation. | 1 | 1 | 1 | 71K | 0 | 23.6 | 64.8 | MIT | 2 weeks ago | |
| symfony/ai-chat | 0.86 | Symfony AI Chat is a lightweight package for building chat-style AI features in Symfony apps. It provides simple abstractions to connect to LLM providers, manage messages and context, and integrate conversational workflows with clean, framework-friendly APIs. | 8 | 8 | 2 | 25K | 0 | 22.6 | 55.7 | MIT | 2 weeks ago | |
| symfony/ai-platform | 0.86 | — | 52 | 52 | 13 | 182K | 0 | 23.8 | 57.4 | MIT | 2 weeks ago | |
| symfony/ai-failover-platform | 0.86 | Symfony AI Failover Platform bridge that adds resilient fallback behavior across AI providers. Integrates with Symfony AI to automatically switch to alternate platforms on errors or outages, improving availability and reliability in production deployments. | 6 | 6 | 0 | 2K | 0 | 22.8 | 37.3 | MIT | 2 weeks ago | |
| symfony/ai-mistral-platform | 0.86 | Symfony AI bridge for the Mistral platform. Integrates Mistral’s API (including chat completions) into Symfony AI, enabling easy use of Mistral models in Symfony applications with standard client abstractions and tooling. | 1 | 1 | 0 | 12K | 0 | 23.1 | 61.1 | MIT | 2 weeks ago | |
| ai-gateway/ai-gateway-bundle | 0.86 | Symfony bundle that turns your app into an AI gateway: unified /v1 API for chat/models, OpenAI-compatible + Anthropic providers, model fallback chains, per-key auth, budgets/rate limits, caching, cost tracking, SSE streaming, Prometheus metrics, dashboard and CLI. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| symfony/ai-hugging-face-platform | 0.86 | Symfony AI HuggingFace bridge for the HuggingFace Inference API and multiple providers (Cerebras, Cohere, Groq, Together, etc.). Invoke thousands of pretrained models across 40+ tasks—chat, text generation, vision, audio, embeddings—with model discovery, flexible I/O, and typed results. | 3 | 3 | 0 | 1K | 0 | 22.4 | 39.6 | MIT | 2 weeks ago | |
| symfony/ai-transformers-php-platform | 0.85 | Symfony AI bridge for TransformersPHP, enabling local transformer models within Symfony apps. Connect TransformersPHP pipelines for embeddings and inference through a platform adapter, with links to docs and the main Symfony AI repo for issues and contributions. | 1 | 1 | 0 | 99 | 0 | 22.8 | 29.6 | MIT | 2 weeks ago | |
| kwakuofosuagyeman/ai-assistant | 0.85 | — | 4 | 4 | 1 | 0 | 3 | 0.8 | 0.4 | MIT | — |
How can I help you explore Laravel packages today?