Download the PHP package osit/laravel-log-sentinel without Composer

On this page you can find all versions of the php package osit/laravel-log-sentinel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-log-sentinel

PHP Version Laravel License Status Package Packagist Version Packagist Downloads

Tags

laravel logs log-monitoring security-alerts admin-dashboard blade apache nginx mysql postgresql ssh linux datatables sweetalert2 monitoring devops

Laravel Log Sentinel

Laravel Log Sentinel is a Laravel admin package for monitoring application, web server, database, SSH/authentication, and Linux system logs through a clean Blade dashboard.

It provides log source management, log parsing, searchable DataTables views, security alert detection, dashboard analytics, and retention/pruning tools.

Features

Supported Log Sources

Source Parser Key
Laravel logs laravel
Apache access logs apache_access
Apache error logs apache_error
Nginx access logs nginx_access
Nginx error logs nginx_error
SSH/auth logs ssh_auth
Linux system logs linux_system
MySQL error logs mysql_error
PostgreSQL logs postgresql
Generic/custom logs generic

Requirements

Installation

Install the package with Composer:

Run the installer:

Run migrations:

Optionally create the default Laravel log source during installation:

Configuration

Publish the configuration file:

The config file will be published to:

Important settings include:

Admin Dashboard

After installation, open:

The dashboard includes:

Managing Log Sources

Open:

From this page, admins can:

Deleting a source does not delete the actual log file.

Log Viewer

Open:

The log viewer supports:

Alert Viewer

Open:

The alert viewer supports:

Security Alert Detection

Log Sentinel detects alerts for activity such as:

Run detection against existing logs:

New alerts are automatically detected during log scans.

Artisan Commands

Install

Options:

Scan Logs

Scan one source only:

Detect Alerts

Prune Logs

Dry run:

Run pruning:

Override retention days:

Scheduler Setup

Add the commands to the host Laravel application scheduler.

In Laravel 11+ / 12, this is usually done in:

Example:

Production Security Checklist

Before using this package in production:

Recommended middleware config:

For projects with custom admin middleware:

or:

Path Security

Log Sentinel is designed to read log files only from configured base paths.

Example:

Avoid disabling path restrictions in production.

Retention

Retention settings are configured in:

Each log source can also define its own retention period.

Publishing Views

To customize the Blade views:

Views will be published to:

Publishing Migrations

Development Notes

During local package development, the package can be loaded through a Composer path repository:

Then require it in the host Laravel app:

License

MIT


All versions of laravel-log-sentinel with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^11.0|^12.0|^13.0
illuminate/routing Version ^11.0|^12.0|^13.0
illuminate/view Version ^11.0|^12.0|^13.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package osit/laravel-log-sentinel contains the following files

Loading the files please wait ...