mozzy/laravel

Automatic Laravel exception reporting for Mozzy Assistance.

Maintainers

Package info

github.com/jubbot/mozzy-laravel

pkg:composer/mozzy/laravel

Transparency log

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-08-01 05:50 UTC

This package is auto-updated.

Last update: 2026-08-01 06:18:43 UTC


README

Automatic exception reporting for Mozzy Assistance without editing bootstrap/app.php, config/services.php, or bootstrap/providers.php.

Install

composer require mozzy/laravel
php artisan mozzy:install

Paste the endpoint and private token shown in your Mozzy connection details. The installer saves them to .env and immediately tests the connection.

To test it again later:

php artisan mozzy:test

The package reports Laravel web, queue, scheduled task, and console exceptions through Laravel's global exception handler. A Mozzy network failure is always caught and never interrupts the host application.

Manual environment setup

The installer can be skipped by adding these values to .env:

MOZZY_ENABLED=true
MOZZY_ENDPOINT=https://your-mozzy.example/api/v1/assistance/events
MOZZY_ASSISTANCE_TOKEN=your-private-token