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/prismResumen de Tools
Lo que la gente pregunta sobre prism
¿Qué es prism-php/prism?
+
prism-php/prism es tools para el ecosistema de Claude AI. A unified interface for working with LLMs in Laravel Tiene 2.4k estrellas en GitHub y se actualizó por última vez 2mo ago.
¿Cómo se instala prism?
+
Puedes instalar prism clonando el repositorio (https://github.com/prism-php/prism) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar prism-php/prism?
+
Nuestro agente de seguridad ha analizado prism-php/prism y le ha asignado un Trust Score de 100/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene prism-php/prism?
+
prism-php/prism es mantenido por prism-php. La última actividad registrada en GitHub es de 2mo ago, con 107 issues abiertos.
¿Hay alternativas a prism?
+
Sí. En ClaudeWave puedes explorar tools similares en /categories/tools, ordenados por popularidad o actividad reciente.
Despliega prism en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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