tsnc/prisma-php
最新稳定版本:1.0.0
Composer 安装命令:
composer require tsnc/prisma-php
包简介
Prisma PHP: The Next-Gen Framework Merging PHP’s Power with Prisma's ORM Mastery
README 文档
README
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
- ✅ PSR-4 autoloading
- ✅ Built on PHP 8.2+ for type safety & modern syntax
- ✅ Designed for reactive apps & Prisma-style ORM patterns
- ✅ Tiny footprint, blazing fast
🚀 Installation
Install via Composer:
composer require tsnc/prisma-php
PP uses PSR-4, so your classes load automatically. No manual includes needed.
🏁 Getting Started
Create and use a set:
<?php use PP\Set; $set = new Set(); $set->add("Hello"); $set->add("World"); print_r($set->values());
🛠 Example Usage
<?php use PP\Set; $set = new Set(); $set->add("PP"); $set->add("rocks"); var_dump($set->values());
📜 License
Released under the MIT License.
❤️ Credits
Created & maintained by Jefferson The Steel Ninja Code.
统计信息
- 总下载量: 280
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-25