Build Fast, Reactive
PHP Apps with Prisma PHP
A modern PHP framework with built-in ORM, JSX-style templates, and reactivity — designed for developers who love speed and simplicity.
Prisma PHP V4 Beta
Example /v4-beta
BETA
Now in Beta:
The reactive core is stable and feature-complete. Ideal for pilots, staging, and carefully monitored production.
Expect only minor API touch-ups before 4.0. Please review the changelog before upgrading.
- Command:
npx create-prisma-php-app@v4-beta - Scope: Real-world testing & feedback (production OK with caution)
- Stability: Beta — near-stable APIs, small breaks possible
- Example usage: /v4-beta
- Highlights: Local Store, SPA navigation, portals, refined loops/effects, improved component scoping
Powerful ORM
Use fluent syntax to work with your database. Prisma-style queries with nested relations, filters, and transactions.
Reactive UI
Write interactive UIs using PHPX templates. Built-in state and effect management with zero JS setup.
Instant Tables
Create searchable, filterable, reactive data tables in minutes. Perfect for dashboards and admin panels.
Your First Query in Prisma PHP
$users = $prisma->user->findMany([
'where' => ['active' => true],
'include' => ['posts' => true],
]);
Start Building with Prisma PHP Today
Get blazing-fast PHP apps with modern features and no compromise.
Read the Docs