PHPackages                             tsnc/prisma-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. tsnc/prisma-php

ActiveLibrary[Database &amp; ORM](/categories/database)

tsnc/prisma-php
===============

Prisma PHP: The Next-Gen Framework Merging PHP’s Power with Prisma's ORM Mastery

1.0.0(2mo ago)2382↓33.3%MITPHPPHP ^8.2

Since Mar 5Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/TheSteelNinjaCode/prisma-php)[ Packagist](https://packagist.org/packages/tsnc/prisma-php)[ RSS](/packages/tsnc-prisma-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Prisma PHP: The Next-Gen Framework Merging PHP’s Power with Prisma's ORM Mastery
================================================================================

[](#prisma-php-the-next-gen-framework-merging-phps-power-with-prismas-orm-mastery)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)[![PHP Version](https://camo.githubusercontent.com/c4cb15211c4877edfadd698af9c744a788506d1bbd430a344333c3b14c5d943e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d3838393242462e737667)](https://camo.githubusercontent.com/c4cb15211c4877edfadd698af9c744a788506d1bbd430a344333c3b14c5d943e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d3838393242462e737667)

PP (Prisma PHP) is a modern framework that fuses PHP’s robust server capabilities with the intuitive power of Prisma-style ORM. Designed for developers who value simplicity, speed, and modern workflows.

---

✨ Features
----------

[](#-features)

- ✅ PSR-4 autoloading
- ✅ Built on PHP 8.2+ for type safety &amp; modern syntax
- ✅ Designed for reactive apps &amp; Prisma-style ORM patterns
- ✅ Tiny footprint, blazing fast

---

🚀 Installation
--------------

[](#-installation)

Install via Composer:

```
composer require tsnc/prisma-php
```

PP uses PSR-4, so your classes load automatically. No manual includes needed.

---

🏁 Getting Started
-----------------

[](#-getting-started)

Create and use a set:

```
