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 Alpha
Example /v4-alpha
ALPHA
Heads up:
Prisma PHP V4 alpha is available for testing purposes only.
Expect rapid changes and potential breaking behavior. Please donβt use it in production yet.
- Command:
npx create-prisma-php-app@v4-alpha
- Scope: Early testing & feedback
- Stability: Alpha (breaking changes likely)
- Example usage: /v4-alpha
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