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

  • 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

How can we help?

✔️

Thank you for your feedback!

We appreciate your input and will review it shortly.

Something to share?