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

ActiveLibrary

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 2mo 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 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity56

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

2576d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e7c01d6e8667e0b6d0ccb8c9ee0ae52b01147f882942c4b0ec660282a69d699d?d=identicon)[DavidMorenoCortina](/maintainers/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)
```

PHPackages © 2026

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