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 today

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 57% 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

3900d 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

[sentry/sentry-laravel

Laravel SDK for Sentry (https://sentry.io)

1.3k127.1M203](/packages/sentry-sentry-laravel)[larabug/larabug

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

299582.7k1](/packages/larabug-larabug)[masterro/laravel-mail-viewer

Easily view in browser outgoing emails.

65108.9k](/packages/masterro-laravel-mail-viewer)[spatie/laravel-flare

Send Laravel errors to Flare

111.4M7](/packages/spatie-laravel-flare)[hryha/laravel-request-logger

A Laravel package to log requests and responses

112.5k](/packages/hryha-laravel-request-logger)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

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