PHPackages                             kevin-kibet/laravel-mongooseim - 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. kevin-kibet/laravel-mongooseim

ActiveLibrary[API Development](/categories/api)

kevin-kibet/laravel-mongooseim
==============================

Mongoose API Wrapper for Laravel/lumen

0.1.3(7y ago)134MITPHPPHP &gt;=5.5.9

Since Feb 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/kevin-kibet/laravel-mongooseim)[ Packagist](https://packagist.org/packages/kevin-kibet/laravel-mongooseim)[ RSS](/packages/kevin-kibet-laravel-mongooseim/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (2)Dependencies (4)Versions (6)Used By (0)

MongooseIm Admin API wrapper for Laravel/Lumen 5.\*
===================================================

[](#mongooseim-admin-api-wrapper-for-laravellumen-5)

[MongooseIm Admin API](https://mongooseim.readthedocs.io/en/latest/rest-api/Administration-backend/)

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

[](#installation)

```
composer require kevin-kibet/laravel-mongooseim

```

Configuration
-------------

[](#configuration)

You can publish the configuration file using this command

```
$ php artisan vendor:publish --provider="MongooseIm\Providers\MongooseImServiceProvider"
```

#### Sample configuration

[](#sample-configuration)

```
