PHPackages                             fuzzyma/contao-eloquent-example-project-bundle - 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. fuzzyma/contao-eloquent-example-project-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

fuzzyma/contao-eloquent-example-project-bundle
==============================================

Bundle for the contao-eloquent-example-project which shows the eloquent features brought to you by the fuzzyma/contao-eloquent-bundle

0.1.0(9y ago)0111MITPHP

Since Jul 12Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Fuzzyma/contao-eloquent-example-project-bundle)[ Packagist](https://packagist.org/packages/fuzzyma/contao-eloquent-example-project-bundle)[ RSS](/packages/fuzzyma-contao-eloquent-example-project-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (1)

ContaoEloquentExampleProjectBundle
==================================

[](#contaoeloquentexampleprojectbundle)

Bundle for the [fuzzyma/contao-eloquent-example-project](https://github.com/Fuzzyma/contao-eloquent-example-project)which shows the eloquent features brought to you by the [fuzzyma/contao-eloquent-bundle](https://github.com/Fuzzyma/contao-eloquent-bundle)

Installation
------------

[](#installation)

**If you don't want to do this manually you can just create a project with:**

```
composer create-project fuzzyma/contao-eloquent-example-project exampleProject
app/console contao:setup
```

If not:

### Step 1: Install

[](#step-1-install)

```
composer require fuzzyma/contao-eloquent-example-project-bundle
```

### Step 2: Register Bundles

[](#step-2-register-bundles)

Add this three lines into your AppKernel.php

```
new WouterJ\EloquentBundle\WouterJEloquentBundle(),
new Fuzzyma\Contao\EloquentBundle\ContaoEloquentBundle(),
new Fuzzyma\Contao\EloquentExampleProjectBundle\ContaoEloquentExampleProjectBundle(),
```

### Step 3: Configure

[](#step-3-configure)

Add this to your config:

```
wouterj_eloquent:
    connections:
        default:
            database:  "%database_name%"
            driver:    mysql
            host:      "%database_host%"
            username:  "%database_user%"
            password:  "%database_password%"
            charset:   utf8
            collation: utf8_unicode_ci
            prefix:    'tl_'
    default_connection: default
    eloquent: true
    aliases: false
```

### Step 4: Update database

[](#step-4-update-database)

Open your install tool and run a database update. You can also do that by installing the [fuzzyma/contao-database-commands-bundle](https://github.com/Fuzzyma/contao-database-commands-bundle).

Now you are free to test the new eloquent features!

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

3639d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3540542?v=4)[Ulrich-Matthias Schäfer](/maintainers/Fuzzyma)[@Fuzzyma](https://github.com/Fuzzyma)

---

Top Contributors

[![Fuzzyma](https://avatars.githubusercontent.com/u/3540542?v=4)](https://github.com/Fuzzyma "Fuzzyma (2 commits)")

### Embed Badge

![Health badge](/badges/fuzzyma-contao-eloquent-example-project-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/fuzzyma-contao-eloquent-example-project-bundle/health.svg)](https://phpackages.com/packages/fuzzyma-contao-eloquent-example-project-bundle)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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