PHPackages                             fudyartanto/c5orm - 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. fudyartanto/c5orm

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

fudyartanto/c5orm
=================

Concrete5 ORM package.

1.0.2(9y ago)340MITPHPPHP &gt;=5.4

Since Apr 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/fudyartanto/c5orm)[ Packagist](https://packagist.org/packages/fudyartanto/c5orm)[ RSS](/packages/fudyartanto-c5orm/feed)WikiDiscussions master Synced 4w ago

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

Concrete5 ORM
=============

[](#concrete5-orm)

C5orm is an object-relational mapping (ORM) for concrete5 cms. C5orm is inspired by eloquent, so most of c5orm syntax is pretty similar with eloquent syntax.

Usage Instructions
------------------

[](#usage-instructions)

> `composer require "fudyartanto/c5orm"`

```
use Fudyartanto\C5orm\Model;

class MyTable extends Model
{
    /**
     * The table associated with the model.
     *
     * @var string
     */
    protected static $table = 'MyTableName';
}

// Retrieve a model by its primary key
$mytable = MyTable::find(1)
```

Documentation
-------------

[](#documentation)

The documentation is included in this repo in the root directory, and publicly available at . The documentation may also be run locally.

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~40 days

Total

3

Last Release

3288d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4472433?v=4)[Arfan Fudyartanto](/maintainers/fudyartanto)[@fudyartanto](https://github.com/fudyartanto)

---

Top Contributors

[![fudyartanto](https://avatars.githubusercontent.com/u/4472433?v=4)](https://github.com/fudyartanto "fudyartanto (27 commits)")

---

Tags

concrete5concrete5-cmsormorm

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/fudyartanto-c5orm/health.svg)

```
[![Health](https://phpackages.com/badges/fudyartanto-c5orm/health.svg)](https://phpackages.com/packages/fudyartanto-c5orm)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k295.3M7.2k](/packages/doctrine-orm)[doctrine/doctrine-bundle

Symfony DoctrineBundle

4.8k249.9M3.9k](/packages/doctrine-doctrine-bundle)[doctrine/persistence

The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.

4.0k298.2M966](/packages/doctrine-persistence)[gedmo/doctrine-extensions

Doctrine behavioral extensions

4.1k122.6M412](/packages/gedmo-doctrine-extensions)[illuminate/database

The Illuminate Database package.

2.8k54.1M11.2k](/packages/illuminate-database)[beberlei/doctrineextensions

A set of extensions to Doctrine 2 that add support for additional query functions available in MySQL, Oracle, PostgreSQL and SQLite.

2.1k78.1M170](/packages/beberlei-doctrineextensions)

PHPackages © 2026

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