pardalesteban/orm-helper-php 问题修复 & 功能扩展

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

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

pardalesteban/orm-helper-php

最新稳定版本:v2

Composer 安装命令:

composer require pardalesteban/orm-helper-php

包简介

Mini ORM helper para PHP. Facilita el uso de PDO sin tener que crear un ORM desde cero cada vez.

README 文档

README

Small library to help you build and execute SQL queries easily with PDO in your PHP projects.

“This is a library for use in all PHP projects which you can create SQL sentences easily.”

✨ Features

  • Simple API for CRUD operations.
  • Based on PDO (compatible with MySQL/MariaDB, PostgreSQL, etc.).
  • Clear typing and explicit names.
  • Designed to integrate quickly into existing projects.

🚦 Requirements

  • PHP 8.0+ (8.1+ recommended).
  • pdo extension and the driver of your database (pdo_mysql, pdo_pgsql, etc.).

📦 Installation

Option A) When published on Packagist

composer require pardalesteban/orm-helper-php

Option B) Using the VCS repository

Add to your composer.json:

{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/Pardalesteban/orm-helper-php"
    }
  ],
  "require": {
    "pardalesteban/orm-helper-php": "dev-main"
  }
}

and then:

composer update

🧭 For quick usage check the tests directory

🤝 Contributing

PRs and issues are welcome!

📄 License

MIT

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-23