tsnc/prisma-php 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

License PHP Version

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-01-25