PHPackages                             druunkman/apidocmaker - 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. [API Development](/categories/api)
4. /
5. druunkman/apidocmaker

ActiveLibrary[API Development](/categories/api)

druunkman/apidocmaker
=====================

api doc generator

03PHP

Since Aug 23Pushed 7y agoCompare

[ Source](https://github.com/drunnkman/apidocmaker)[ Packagist](https://packagist.org/packages/druunkman/apidocmaker)[ RSS](/packages/druunkman-apidocmaker/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel interactive api document generator
==========================================

[](#laravel-interactive-api-document-generator)

[![Latest Stable Version](https://camo.githubusercontent.com/400db45783413d69c47a9275afc1d452211b300b3904b2588b7c5af8cc921ded/687474703a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6a656e737365676572732f6c61726176656c2d6d6f6e676f64622e737667)](https://packagist.org/packages/jenssegers/mongodb) [![Total Downloads](https://camo.githubusercontent.com/2c44c93d1eb57bf9dd7ed049d96dc4bb2a7c1a0efbdd01afc3113581ebe20754/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6a656e737365676572732f6d6f6e676f64622e737667)](https://packagist.org/packages/jenssegers/mongodb) [![Build Status](https://camo.githubusercontent.com/45a32e8c7934e1c6b29daa6497b55837d188407415e4508daf7a93750cfcc837/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f6a656e737365676572732f6c61726176656c2d6d6f6e676f64622e737667)](https://travis-ci.org/jenssegers/laravel-mongodb) [![Coverage Status](https://camo.githubusercontent.com/be7f09f7f3609fdcc3e11ec5ab08ac589e4d78288b0572e753adfac7fc81b9a7/687474703a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6a656e737365676572732f6c61726176656c2d6d6f6e676f64622e737667)](https://coveralls.io/r/jenssegers/laravel-mongodb?branch=master) [![Donate](https://camo.githubusercontent.com/d47cdb766a100070d38a702d9c7760ccc8052063484e1478a26bcd16680d33af/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75652e737667)](https://www.paypal.me/jenssegers)

An Eloquent model and Query builder with support for MongoDB, using the original Laravel API. *This library extends the original Laravel classes, so it uses exactly the same methods.*

Table of contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Upgrading](#upgrading)
- [Configuration](#configuration)
- [Troubleshooting](#troubleshooting)
- [Examples](#examples)

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

[](#installation)

Make sure you have the MongoDB PHP driver installed. You can find installation instructions at

**WARNING**: The old mongo PHP driver is not supported anymore in versions &gt;= 3.0.

Installation using composer:

```
composer require jenssegers/mongodb

```

### Laravel version Compatibility

[](#laravel-version-compatibility)

LaravelPackage4.2.x2.0.x5.0.x2.1.x5.1.x2.2.x or 3.0.x5.2.x2.3.x or 3.0.x5.3.x3.1.x or 3.2.x5.4.x3.2.x5.5.x3.3.x5.6.x3.4.xAnd add the service provider in `config/app.php`:

```
Jenssegers\Mongodb\MongodbServiceProvider::class,
```

For usage with [Lumen](http://lumen.laravel.com), add the service provider in `bootstrap/app.php`. In this file, you will also need to enable Eloquent. You must however ensure that your call to `$app->withEloquent();` is **below** where you have registered the `MongodbServiceProvider`:

```
$app->register(Jenssegers\Mongodb\MongodbServiceProvider::class);

$app->withEloquent();
```

*From: *

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

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

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d167bd24c9605c8449f5b0e3a12b5530f49a12981ee8508d8393ba6d91841e7?d=identicon)[druunkman](/maintainers/druunkman)

---

Top Contributors

[![drunnkman](https://avatars.githubusercontent.com/u/37520645?v=4)](https://github.com/drunnkman "drunnkman (6 commits)")

### Embed Badge

![Health badge](/badges/druunkman-apidocmaker/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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