PHPackages                             northern-lights/eloquent-bootstrap-php56 - 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. northern-lights/eloquent-bootstrap-php56

Abandoned → [northern-lights/eloquent-bootstrap](/?search=northern-lights%2Feloquent-bootstrap)ArchivedLibrary[Database &amp; ORM](/categories/database)

northern-lights/eloquent-bootstrap-php56
========================================

Bootstrap for standalone Eloquent ORM (PHP5.6 version)

1.0.2(8y ago)040MITPHPPHP &gt;=5.6

Since Apr 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/xZero707/eloquent-bootstrap-php56)[ Packagist](https://packagist.org/packages/northern-lights/eloquent-bootstrap-php56)[ RSS](/packages/northern-lights-eloquent-bootstrap-php56/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (8)Versions (5)Used By (0)

Eloquent ORM standalone Bootstrap
=================================

[](#eloquent-orm-standalone-bootstrap)

[![Maintainability](https://camo.githubusercontent.com/56a3f6cc1526d5faedb6ffa41a2d3b91987b6ada4cc0088ad44ac74013f3363d/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f38656536626465376236656434353062353032392f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/N0rthernL1ghts/eloquent-bootstrap/maintainability)

The Eloquent ORM that comes with Laravel makes it incredibly easy to interact with a database.

Unfortunately, if you want to use it standalone, without rest of framework, things are not so easy.

This library solves that headache for you, and brings Eloquent ORM to your project with single command.

Install
-------

[](#install)

Via Composer

```
$ composer require northern-lights/eloquent-bootstrap
```

It really is that easy!

Usage - Single connection
-------------------------

[](#usage---single-connection)

```
