PHPackages                             mobly/logger-laravel - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. mobly/logger-laravel

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

mobly/logger-laravel
====================

Laravel service provider for the Mobly Logger package

2.0.0(10y ago)0702MITPHPPHP &gt;=5.4.0

Since Jul 31Pushed 10y ago20 watchersCompare

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

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

Mobly Logger Service Provider for Laravel 5
===========================================

[](#mobly-logger-service-provider-for-laravel-5)

A simple [Laravel 5](http://laravel.com/) service provider for including the [Mobly Logger](https://github.com/mobly/logger) package in your Laravel project.

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

[](#installation)

The Mobly Logger Service Provider can be installed via [Composer](http://getcomposer.org) running `php composer.phar require mobly/logger-laravel:2.*` or adding manually in your project's `composer.json`:

```
{
    "require": {
        "mobly/logger": "2.*"
    }
}
```

Then run a composer update:

```
php composer.phar update
```

To use the Mobly Logger Service Provider you must register the provider when bootstrapping your Laravel application.

Find the `providers` key in you `config/app.php` and register the Mobly Logger Service Provider as below:

```
	'providers' => [
		// ...
		Mobly\LoggerLaravel\LoggerServiceProvider::class,
	]
```

Find the `aliases` key in you `config/app.php` and add the Mobly Logger facades:

```
	'providers' => [
		// ...
		'MoblyLogger' => Mobly\LoggerLaravel\Facades\Logger::class,
	]
```

Links
-----

[](#links)

- [Mobly Logger](http://github.com/mobly/logger/)
- [License](http://choosealicense.com/licenses/mit/)
- [Laravel](http://laravel.com/)
- [Composer](https://getcomposer.org/download/)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~45 days

Total

3

Last Release

3854d ago

Major Versions

1.0.1 → 2.0.02015-10-29

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed998a56cf0b6bef5c88f6de0c137e6729d81ba2105266a7f4667e2eaadfd884?d=identicon)[mobly-git](/maintainers/mobly-git)

![](https://www.gravatar.com/avatar/b1e4ed58b6060acca26a2a5377dacd6f0e1446b62bbb53c49136fc27b381a012?d=identicon)[danielcosta](/maintainers/danielcosta)

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

---

Top Contributors

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

---

Tags

loglaravelloggermobly

### Embed Badge

![Health badge](/badges/mobly-logger-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/mobly-logger-laravel/health.svg)](https://phpackages.com/packages/mobly-logger-laravel)
```

###  Alternatives

[spatie/laravel-activitylog

A very simple activity logger to monitor the users of your website or application

5.8k45.4M309](/packages/spatie-laravel-activitylog)[yadahan/laravel-authentication-log

Laravel Authentication Log provides authentication logger and notification for Laravel.

416632.8k5](/packages/yadahan-laravel-authentication-log)[larabug/larabug

Laravel 6.x/7.x/8.x/9.x/10.x/11.x/12.x/13.x bug notifier

299549.3k1](/packages/larabug-larabug)[guanguans/laravel-exception-notify

Monitor exception and report to the notification channels(Log、Mail、AnPush、Bark、Chanify、DingTalk、Discord、Gitter、GoogleChat、IGot、Lark、Mattermost、MicrosoftTeams、NowPush、Ntfy、Push、Pushback、PushBullet、PushDeer、PushMe、Pushover、PushPlus、QQ、RocketChat、ServerChan、ShowdocPush、SimplePush、Slack、Telegram、WeWork、WPush、XiZhi、YiFengChuanHua、ZohoCliq、ZohoCliqWebHook、Zulip).

14642.7k1](/packages/guanguans-laravel-exception-notify)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

6392.1k](/packages/masterro-laravel-mail-viewer)[kitloong/laravel-app-logger

Laravel log for your application

101.2M8](/packages/kitloong-laravel-app-logger)

PHPackages © 2026

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