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.
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