laraowl/client

Laraowl monitoring client for Laravel applications.
19,241 6
Install
composer require laraowl/client
Latest Version:v1.0.5
PHP:^8.2
License:MIT
Last Updated:Aug 4, 2026
Links: GitHub  ·  Packagist
Maintainer: megoxv

Laraowl Client for Laravel

Laraowl is a self-hosted monitoring solution for Laravel applications. This package allows you to collect real-time metrics, exceptions, and performance data from your applications and send them to your Laraowl Server.

Features

  • Exception Tracking: Detailed reports on errors with stack traces and request data.
  • Performance Monitoring: Track database queries, jobs, and execution times.
  • Service Integration: Built-in support for Mail, Notifications, and Cache monitoring.
  • Zero Configuration: Sensible defaults that work out of the box.

Installation

Install the package via Composer:

composer require laraowl/client

Configuration

1. Run the Install Command

Laraowl provides a convenient installation command to set up the configuration and environment variables:

php artisan laraowl:install

This command will:

  • Publish the laraowl.php configuration file.
  • Prompt you for your Laraowl Server URL and Project Token.
  • Automatically update your .env file.

2. Environment Setup

Add your Laraowl Server details to your .env file:

LARAOWL_SERVER_URL=https://your-laraowl-server.com
LARAOWL_TOKEN=your-project-token

License

Laraowl Client is open-source software licensed under the MIT license.

Related Packages

jenssegers/rollbar

Rollbar error monitoring integration for Laravel projects

1,078,303 324
foxxmd/laravel-loggly

Loggly logging integration for Laravel projects

1,695 0
rollbar/rollbar-laravel

Rollbar error monitoring integration for Laravel projects

11,436,566 140
bluemove/laravel-lumen-rollbar

Rollbar error monitoring integration for Laravel projects

478 0
jenssegers/raven

Sentry (Raven) error monitoring integration for Laravel projects

197,478 90