PHPackages                             white-frame/helloquent - 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. white-frame/helloquent

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

white-frame/helloquent
======================

Repositories, Presenters and Model tools above eloquent in a all in one package

5.2.0.0(10y ago)04042WTFPLPHP

Since Nov 19Pushed 10y ago1 watchersCompare

[ Source](https://github.com/white-frame/helloquent)[ Packagist](https://packagist.org/packages/white-frame/helloquent)[ RSS](/packages/white-frame-helloquent/feed)WikiDiscussions 5.1 Synced today

READMEChangelog (5)Dependencies (3)Versions (7)Used By (2)

Helloquent
==========

[](#helloquent)

Set of tools and behaviour for eloquent models.

Usage
-----

[](#usage)

For the complete usage of the package extends `WhiteFrame\Helloquent\Model`.

```
use WhiteFrame\Helloquent\Model;

class User extends Model {
    protected $presenter = 'App\Presenters\UserPresenter';
    protected $transformer = 'App\Transformers\UserTransformer';
    protected $repository = 'App\Repositories\UserRepository';
    protected $controller = 'App\Http\Controllers\UserController';

    // Your stuff here ...
}
```

Model Objects
-------------

[](#model-objects)

#### [Presenter](https://github.com/white-frame/helloquent/wiki/Presenter)

[](#presenter)

Present your eloquent datas for your views using a flexible presenter.

#### [Transformer](https://github.com/white-frame/helloquent/wiki/Transformer)

[](#transformer)

Transform your models to powerfull arrays in your API.

#### [Repository](https://github.com/white-frame/helloquent/wiki/Repository)

[](#repository)

Eloquent compatible repository pattern implementation for your application.

#### [IsResource](https://github.com/white-frame/helloquent/wiki/IsResource)

[](#isresource)

Bind controller access to your Model.

More stuff
----------

[](#more-stuff)

#### [Helpers](https://github.com/white-frame/helloquent/wiki/Helpers)

[](#helpers)

Some helpers built for the package.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity67

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

Total

7

Last Release

3686d ago

Major Versions

v0.02 → 5.2.0.02016-01-19

### Community

Maintainers

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

---

Top Contributors

[![IfnotFr](https://avatars.githubusercontent.com/u/1242308?v=4)](https://github.com/IfnotFr "IfnotFr (14 commits)")

### Embed Badge

![Health badge](/badges/white-frame-helloquent/health.svg)

```
[![Health](https://phpackages.com/badges/white-frame-helloquent/health.svg)](https://phpackages.com/packages/white-frame-helloquent)
```

###  Alternatives

[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)[lemaur/eloquent-publishing

218.1k1](/packages/lemaur-eloquent-publishing)[laravel-liberu/laravel-gedcom

A package that converts gedcom files to Eloquent models

782.5k1](/packages/laravel-liberu-laravel-gedcom)

PHPackages © 2026

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