PHPackages                             deferdie/acumen-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. deferdie/acumen-logger-laravel

ActiveLaravel

deferdie/acumen-logger-laravel
==============================

A Laravel package for logging to Acumen Logger

0100PHP

Since Nov 2Pushed 1y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

Acumen Logs - Laravel Logger
============================

[](#acumen-logs---laravel-logger)

Welcome to Acumen Logs! This Laravel package makes it easy to report exceptions and Laravel logs to your Acumen Logs dashboard. If you don't have an account yet, you can sign up for a free one [here](https://acumenlogs.com/register).

Getting Started
---------------

[](#getting-started)

Follow these steps to get Acumen Logs up and running in your Laravel project:

### Step 1: Install the Composer Package

[](#step-1-install-the-composer-package)

Run the following command in your terminal:

```
composer require deferdie/acumen-logger-laravel --no-interaction
```

### Step 2: Update Your .env File

[](#step-2-update-your-env-file)

```
ACUMEN_PROJECT_ID=""

ACUMEN_PROJECT_SECRET=""

```

### Step 3: Register the service provider

[](#step-3-register-the-service-provider)

Add the following line to the "providers" array in your `config/app.php` file:

```
\AcumenLogger\AcumenLoggerServiceProvider::class

```

### Step 4: Publish the Config file

[](#step-4-publish-the-config-file)

Run the following command in your terminal:

```
php artisan vendor:publish --provider="AcumenLogger\AcumenLoggerServiceProvider"

```

### Step 5: Update Your Exception Handler

[](#step-5-update-your-exception-handler)

Update the report method in your app/Exceptions/Handler.php file to look like this:

```
public function report(Throwable $e)
{
    app(AcumenLogger::class)->handleException($e);
    return parent::report($e);
}

```

Optional: Ignoring Exceptions
-----------------------------

[](#optional-ignoring-exceptions)

If you want to ignore certain exceptions, add their fully qualified class names to the ignore\_exceptions array in your config/acumen.php file.

That's it! You're now ready to start using Acumen Logs in your Laravel project.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 80.8% 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/3ac44afec42def8d81628e3889bc148f1c9556af725fc39b9e8547aa4b1bf968?d=identicon)[deferdie](/maintainers/deferdie)

---

Top Contributors

[![deferdie](https://avatars.githubusercontent.com/u/14778675?v=4)](https://github.com/deferdie "deferdie (21 commits)")[![EsteraPtd](https://avatars.githubusercontent.com/u/90316462?v=4)](https://github.com/EsteraPtd "EsteraPtd (5 commits)")

### Embed Badge

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

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

PHPackages © 2026

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