A unified interface for working with LLMs in Laravel
Prism is a Laravel package that gives PHP developers a unified, fluent API for integrating multiple large language model providers, including Anthropic Claude, OpenAI, and Ollama, into their applications without rewriting provider-specific code for each. It connects to Claude through Anthropic's API directly, handling text generation, multi-turn conversations, and tool use through a consistent interface that abstracts away provider differences. Developers write one integration and can swap or combine backends by changing a configuration value rather than refactoring application logic. The package is distributed via Packagist and installs through Composer in the standard Laravel way. With over 2,300 GitHub stars, it has gained notable traction in the PHP ecosystem, which has historically lacked mature LLM tooling. Laravel developers building chatbots, content pipelines, or AI-assisted features inside existing PHP applications are the primary beneficiaries, as Prism removes the need to manage raw HTTP calls or juggle incompatible provider SDKs.
- ✓Open-source license (MIT)
- ✓Recently active
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/prism-php/prismTools overview
What people ask about prism
What is prism-php/prism?
+
prism-php/prism is tools for the Claude AI ecosystem. A unified interface for working with LLMs in Laravel It has 2.4k GitHub stars and was last updated 2mo ago.
How do I install prism?
+
You can install prism by cloning the repository (https://github.com/prism-php/prism) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is prism-php/prism safe to use?
+
Our security agent has analyzed prism-php/prism and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains prism-php/prism?
+
prism-php/prism is maintained by prism-php. The last recorded GitHub activity is from 2mo ago, with 107 open issues.
Are there alternatives to prism?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy prism to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/prism-php-prism)<a href="https://claudewave.com/repo/prism-php-prism"><img src="https://claudewave.com/api/badge/prism-php-prism" alt="Featured on ClaudeWave: prism-php/prism" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies