PHPackages                             wouterj/eloquent-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. [Database &amp; ORM](/categories/database)
4. /
5. wouterj/eloquent-bundle

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

wouterj/eloquent-bundle
=======================

Implementing the Eloquent ORM into Symfony

2.7.1(1y ago)166163.3k↓26.9%41[7 issues](https://github.com/WouterJ/WouterJEloquentBundle/issues)[2 PRs](https://github.com/WouterJ/WouterJEloquentBundle/pulls)2MITPHPPHP ^8.0CI passing

Since Feb 27Pushed 1y ago5 watchersCompare

[ Source](https://github.com/WouterJ/WouterJEloquentBundle)[ Packagist](https://packagist.org/packages/wouterj/eloquent-bundle)[ RSS](/packages/wouterj-eloquent-bundle/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelog (10)Dependencies (28)Versions (33)Used By (2)

WouterJEloquentBundle
=====================

[](#wouterjeloquentbundle)

The WouterJEloquentBundle claims to integrate the [Eloquent ORM](http://laravel.com/docs/database)into the Symfony framework.

Maintained Releases
-------------------

[](#maintained-releases)

Only the latest release of this bundle is maintained. Backwards compatible support for new versions of PHP, Symfony and Laravel are considered bug fixes. Dropping support for old versions is considered a feature.

New releases will be made as much as once a week following semantic versioning. The default branch (2.x) will be released as minor or patch version, depending on the changes with the last release (features or only bug fixes).

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

[](#installation)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and run the following command to download the latest stable version of this bundle:

```
$ composer require wouterj/eloquent-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation.

When you want to use useful make commands (e.g. `make:model`), also make sure you have the [Symfony MakerBundle](https://symfony.com/doc/current/bundles/SymfonyMakerBundle/index.html) installed.

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

If you're using [Symfony Flex](https://symfony.com/doc/current/setup/flex.html), the previous step already got you up and running and you can skip this step!

Otherwise, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project:

```
