PHPackages                             pardalesteban/orm-helper-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. pardalesteban/orm-helper-php

ActiveLibrary[Database &amp; ORM](/categories/database)

pardalesteban/orm-helper-php
============================

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

v2(9mo ago)19MITPHPPHP ^8.1

Since Aug 23Pushed 9mo agoCompare

[ Source](https://github.com/Pardalesteban/orm-helper-php)[ Packagist](https://packagist.org/packages/pardalesteban/orm-helper-php)[ RSS](/packages/pardalesteban-orm-helper-php/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (7)Used By (0)

Orm Helper PHP
==============

[](#orm-helper-php)

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
----------

[](#-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
--------------

[](#-requirements)

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

📦 Installation
--------------

[](#-installation)

### Option A) When published on Packagist

[](#option-a-when-published-on-packagist)

```
composer require pardalesteban/orm-helper-php
```

### Option B) Using the VCS repository

[](#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
---------------------------------------------

[](#-for-quick-usage-check-the-tests-directory)

🤝 Contributing
--------------

[](#-contributing)

PRs and issues are welcome!

📄 License
---------

[](#-license)

[MIT](LICENSE)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance57

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 56.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

6

Last Release

282d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/135768030?v=4)[Esteban Nicolas Pardal](/maintainers/pardalesteban)[@Pardalesteban](https://github.com/Pardalesteban)

---

Top Contributors

[![Pardalesteban](https://avatars.githubusercontent.com/u/135768030?v=4)](https://github.com/Pardalesteban "Pardalesteban (9 commits)")[![EstebanPardal](https://avatars.githubusercontent.com/u/168884757?v=4)](https://github.com/EstebanPardal "EstebanPardal (7 commits)")

---

Tags

phpdatabaselibraryormsqlpdo

### Embed Badge

![Health badge](/badges/pardalesteban-orm-helper-php/health.svg)

```
[![Health](https://phpackages.com/badges/pardalesteban-orm-helper-php/health.svg)](https://phpackages.com/packages/pardalesteban-orm-helper-php)
```

###  Alternatives

[clouddueling/mysqldump-php

PHP version of mysqldump cli that comes with MySQL

1.3k23.2k](/packages/clouddueling-mysqldump-php)[ramadan/easy-model

A Laravel package for enjoyably managing database queries.

111.6k](/packages/ramadan-easy-model)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
