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).
pdoextension 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
统计信息
- 总下载量: 9
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-08-23