#129 · Primary category: LLM Application Frameworks
prism
A unified interface for working with LLMs in Laravel
Project last updated:03/20/26
GitHub Stars
2.4K
Forks
310
Contributors
129
License
MIT
Why we included this project
Teams building Laravel apps who want to add large language models without hand-writing a separate integration for every provider can use Prism as a single PHP layer. It puts OpenAI, Anthropic, and Ollama behind one fluent API, so the same calls cover text generation, multi-step conversations, and tool use, and switching providers becomes a config change instead of a rewrite. That saves real effort when you are comparing models or keeping a fallback ready. Because it follows Laravel conventions, it slots into an existing Eloquent and artisan workflow without a lot of new machinery.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform