Meet Prisma PHP v3 🚀

June 19, 2025 · by Abraham Jefferson

What’s New in v3?

1. Wave 2.0 – Next-Gen Reactivity 🌊

“Upgrading from v2→v3 felt like switching from a bicycle to a rocket!” — Early adopter feedback

2. Enhanced VSCode Extension đź”§

3. Enterprise ACL & Permissions 🛡️

Built-in SQL schema and helper methods: Auth->signIn($data, ?string $tokenValidity = null)
Auth->signOut(?string $redirect = null)
UI component <PermissionManager /> for drag-and-drop role assignment.

4. Performance Optimizations ⚡

Upgrading from v2

  1. Install
    npx pp update project
  2. Rebuild your assets
    npm run dev
  3. Adjust your imports

    Wave API remains backwards-compatible; you can keep existing state(), effect(), and ref() calls.
    Update any custom VSCode snippets to point to extension v2.0.

Tip: Check our Upgrade Guide for detailed steps and edge-case considerations.

What’s Next?

We’re already planning v3.1, with:

Stay tuned—and thank you for being part of our journey! If you have questions or want to contribute, head over to our GitHub repo.

✨ Happy coding!
The Prisma PHP Team