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

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

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

Bootstrap for standalone Eloquent ORM

12.4(1y ago)51023[1 PRs](https://github.com/N0rthernL1ghts/eloquent-bootstrap/pulls)MITPHPPHP ^8.2CI passing

Since Mar 7Pushed 7mo ago1 watchersCompare

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

READMEChangelogDependencies (6)Versions (47)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)[![FOSSA Status](https://camo.githubusercontent.com/807651028e691e2688430884d7399443d5a538ab7fef3872b9cd366e0921a9e2/68747470733a2f2f6170702e666f7373612e696f2f6170692f70726f6a656374732f6769742532426769746875622e636f6d2532464e3072746865726e4c3167687473253246656c6f7175656e742d626f6f7473747261702e7376673f747970653d736869656c64)](https://app.fossa.io/projects/git%2Bgithub.com%2FN0rthernL1ghts%2Feloquent-bootstrap?ref=badge_shield)

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)

```
