PHPackages                             david-moreno-cortina/blue-orm - 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. david-moreno-cortina/blue-orm

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

david-moreno-cortina/blue-orm
=============================

A simple ORM to manage migrations

v1.2(7y ago)018MITPHPPHP &gt;=7.2

Since Apr 19Pushed 7y ago1 watchersCompare

[ Source](https://github.com/DavidMorenoCortina/blue-orm)[ Packagist](https://packagist.org/packages/david-moreno-cortina/blue-orm)[ RSS](/packages/david-moreno-cortina-blue-orm/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

BlueORM
=======

[](#blueorm)

Simple ORM to manage migrations

Usage
-----

[](#usage)

Has a command to execute some orders.

List commands:

```
vendor/bin/blueorm.php

```

Create a migration:

```
vendor/bin/blueorm.php migrate:create

```

Execute pending migrations:

```
vendor/bin/blueorm.php migrate:up

```

Tear down the last migration:

```
vendor/bin/blueorm.php migrate:down

```

Show last migration version name:

```
vendor/bin/blueorm.php migrate:last-migration

```

**blueorm.php** uses a settings file called **blueorm-settings.php** that it's generated on first run.

Includes a base repository called **BaseRepository**

Database
--------

[](#database)

Have to be initialize using **ConfigDatabase** class by creating a migration.

Tests
-----

[](#tests)

**blueorm-settings.php** must be configured to be able to run tests. It's create at first run

License
-------

[](#license)

[MIT License](https://opensource.org/licenses/MIT)

Authors
-------

[](#authors)

- David Moreno Cortina

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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 ~0 days

Total

3

Last Release

2627d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1661216?v=4)[David](/maintainers/DavidMorenoCortina)[@DavidMorenoCortina](https://github.com/DavidMorenoCortina)

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/david-moreno-cortina-blue-orm/health.svg)

```
[![Health](https://phpackages.com/badges/david-moreno-cortina-blue-orm/health.svg)](https://phpackages.com/packages/david-moreno-cortina-blue-orm)
```

###  Alternatives

[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k116.5M113](/packages/jdorn-sql-formatter)[propel/propel1

Propel is an open-source Object-Relational Mapping (ORM) for PHP5.

8351.6M87](/packages/propel-propel1)[pgvector/pgvector

pgvector support for PHP

198628.3k10](/packages/pgvector-pgvector)

PHPackages © 2026

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