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

  • 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

How can we help?

βœ”οΈ

Thank you for your feedback!

We appreciate your input and will review it shortly.

Something to share?