#129 · Primary category: LLM Application Frameworks

prism

ai anthropic claude hacktoberfest laravel llm ollama openai php

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