PHPackages                             mod-ci/with-eloquent - 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. mod-ci/with-eloquent

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

mod-ci/with-eloquent
====================

CodeIgniter 3 framework with Eloquent ORM

v2(3y ago)012MITPHPPHP &gt;=5.3.7

Since May 12Pushed 3y ago1 watchersCompare

[ Source](https://github.com/aididalam/Codeigniter-Eloquent-ORM)[ Packagist](https://packagist.org/packages/mod-ci/with-eloquent)[ Docs](https://github.com/aididalam/Codeigniter-Eloquent-ORM)[ RSS](/packages/mod-ci-with-eloquent/feed)WikiDiscussions master Synced 4w ago

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

Codeigniter 3.1.0 Integrated with Illuminate Database Eloquent
--------------------------------------------------------------

[](#codeigniter-310-integrated-with-illuminate-database-eloquent)

### Requires

[](#requires)

php: &gt;=5.3.7

### Installation

[](#installation)

Install the Illuminate Database package with Composer:

```
$ composer install
```

### Using The Eloquent ORM

[](#using-the-eloquent-orm)

**Example:**

Model

```
