PHPackages                             webdevbr/eloquent-zf2 - 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. [Framework](/categories/framework)
4. /
5. webdevbr/eloquent-zf2

ActiveZf-module[Framework](/categories/framework)

webdevbr/eloquent-zf2
=====================

Integration of Illuminate\\Database with Zend Framework 2

v1.0.0-alpha(10y ago)012BSD-3-ClausePHPPHP &gt;=5.5.9

Since May 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/WebDevBr/eloquent-zf2)[ Packagist](https://packagist.org/packages/webdevbr/eloquent-zf2)[ RSS](/packages/webdevbr-eloquent-zf2/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Eloquent for Zend Framework 2
=============================

[](#eloquent-for-zend-framework-2)

Instalation
-----------

[](#instalation)

Run:

```
composer require webdevbr/eloquent-zf2

```

Configuration
-------------

[](#configuration)

In the `config\autoload\global.php` put:

```
return array(
    'database' => [
    	'default' => [
		    'driver'    => 'mysql',
		    'host'      => 'localhost',
		    'database'  => 'database',
		    'username'  => 'root',
		    'password'  => 'password',
		    'charset'   => 'utf8',
		    'collation' => 'utf8_unicode_ci',
		    'prefix'    => '',
		]
    ],
    'eloquent' => [
    	'database_default'=>'default',
    	'setAsGlobal'=>true,
    ]
);

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity44

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

Unknown

Total

1

Last Release

3653d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e7eceb6ec04654ed33434783472c0922a4dd108c88ecbc66605698197abc21e?d=identicon)[erikfig](/maintainers/erikfig)

---

Tags

frameworkormeloquentzf2illuminate

### Embed Badge

![Health badge](/badges/webdevbr-eloquent-zf2/health.svg)

```
[![Health](https://phpackages.com/badges/webdevbr-eloquent-zf2/health.svg)](https://phpackages.com/packages/webdevbr-eloquent-zf2)
```

PHPackages © 2026

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