PHPackages                             navruzm/lmongo - 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. navruzm/lmongo

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

navruzm/lmongo
==============

MongoDB Package for Laravel 4.

v1.0.0-beta(13y ago)12826.8k↓50%344MITPHPPHP &gt;=5.3.0

Since Jan 15Pushed 11y ago23 watchersCompare

[ Source](https://github.com/navruzm/lmongo)[ Packagist](https://packagist.org/packages/navruzm/lmongo)[ Docs](http://github.com/navruzm/lmongo/)[ RSS](/packages/navruzm-lmongo/feed)WikiDiscussions master Synced 1mo ago

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

LMongo [![Build Status](https://camo.githubusercontent.com/08a39a347741e67446ce38c06e7e8f09fdd5b2b1e3bb195f9acc58c20ea1cf0f/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6e617672757a6d2f6c6d6f6e676f2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/navruzm/lmongo)
==============================================================================================================================================================================================================================================================================================

[](#lmongo-)

LMongo is [MongoDB](http://www.mongodb.org/) package for [Laravel 4](http://laravel.com/).

### Installation

[](#installation)

Add `navruzm/lmongo` as a requirement to composer.json:

```
{
    "require": {
        "navruzm/lmongo": "*@dev"
    }
}
```

And then run `composer update`

Once Composer has installed or updated your packages you need to register LMongo. Open up `app/config/app.php` and find the `providers` key and add:

```
'LMongo\LMongoServiceProvider'
```

Then find the `aliases` key and add following line to the array:

```
'LMongo'          => 'LMongo\Facades\LMongo',
'EloquentMongo'   => 'LMongo\Eloquent\Model',
```

Finally you need to publish a configuration file by running the following Artisan command.

```
$ php artisan config:publish navruzm/lmongo

```

This will copy the default configuration file to app/config/packages/navruzm/lmongo/config.php

### Documentation

[](#documentation)

[View the official documentation](http://navruzm.github.io/lmongo/)

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity44

Moderate usage in the ecosystem

Community27

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.8% 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

4871d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5fe8ea917e2919b582c138f9b49a96adcdacc5dd3d6a4f51e1fdd19eef77e45b?d=identicon)[navruzm](/maintainers/navruzm)

---

Top Contributors

[![navruzm](https://avatars.githubusercontent.com/u/168341?v=4)](https://github.com/navruzm "navruzm (69 commits)")[![CammoKing](https://avatars.githubusercontent.com/u/1039106?v=4)](https://github.com/CammoKing "CammoKing (1 commits)")[![marcorivm](https://avatars.githubusercontent.com/u/1222598?v=4)](https://github.com/marcorivm "marcorivm (1 commits)")[![shershams](https://avatars.githubusercontent.com/u/473178?v=4)](https://github.com/shershams "shershams (1 commits)")

---

Tags

laravelmongodbLaravel 4L4

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/navruzm-lmongo/health.svg)

```
[![Health](https://phpackages.com/badges/navruzm-lmongo/health.svg)](https://phpackages.com/packages/navruzm-lmongo)
```

###  Alternatives

[julien-c/mongovel

A Laravel-ish wrapper to the PHP Mongo driver

357.7k](/packages/julien-c-mongovel)[moharrum/laravel-adminer

Adminer database management tool for your Laravel application.

451.0k](/packages/moharrum-laravel-adminer)

PHPackages © 2026

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