定制 pardalesteban/orm-helper-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱: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
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

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

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固