PHPackages                             utkarshx/loggly-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. utkarshx/loggly-laravel

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

utkarshx/loggly-laravel
=======================

Loggly logging integration for Laravel projects

0.1(10y ago)120[1 PRs](https://github.com/utkarshx/loggly-laravel/pulls)MITPHPPHP &gt;=5.3

Since Aug 2Pushed 10y ago1 watchersCompare

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

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

Laravel Loggly
==============

[](#laravel-loggly)

Loggly logging and error integration for Laravel 5. Based on [laravel-rollbar](https://github.com/jenssegers/laravel-rollbar) by jenssegers.

This package is still IN DEVELOPMENT.
-------------------------------------

[](#this-package-is-still-in-development)

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

[](#installation)

Install using composer:

```
composer require utkarshx/loggly-laravel

```

Add the service provider to the `'providers'` array in `config/app.php`:

```
'Utkarshx\Loggly\LogglyServiceProvider',

```

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

[](#configuration)

This package supports configuration through the services configuration file located in `app/config/services.php`. All configuration variables will be directly passed to Rollbar:

```
'loggly' => [
    'key' => 'your-loggly-token',
    'level' => 'debug',
    'tags' => ['your-tokens]
],

```

The level variable defines the minimum log level at which log messages are sent to Loggly.

Usage
-----

[](#usage)

To automatically monitor exceptions, simply use the `Log` facade in your error handler in `app/Exceptions/Handler.php`:

```
public function report(Exception $e)
{
    \Log::error($e);

    return parent::report($e);
}

```

For Laravel 4 installations, this is located in `app/start/global.php`:

```
App::error(function(Exception $exception, $code)
{
    Log::error($exception);
});

```

Your other log messages will also be sent to Loggly:

```
\Log::debug('Here is some debug information');

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3936d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

laravelloggingmonitoringerrorloggly

### Embed Badge

![Health badge](/badges/utkarshx-loggly-laravel/health.svg)

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

###  Alternatives

[rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

14110.4M7](/packages/rollbar-rollbar-laravel)[jenssegers/rollbar

Rollbar error monitoring integration for Laravel projects

3301.1M2](/packages/jenssegers-rollbar)[jenssegers/raven

Sentry (Raven) error monitoring integration for Laravel projects

92197.2k1](/packages/jenssegers-raven)[honeybadger-io/honeybadger-laravel

Honeybadger Laravel integration

431.2M](/packages/honeybadger-io-honeybadger-laravel)[saasscaleup/laravel-log-alarm

Laravel log Alarm help you to set up alarm when errors occur in your system and send you a notification via Slack and email

27025.0k](/packages/saasscaleup-laravel-log-alarm)[shaffe/laravel-mail-log-channel

A package to support logging via email in Laravel

1286.2k](/packages/shaffe-laravel-mail-log-channel)

PHPackages © 2026

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