Download the PHP package mradder/filament-logger without Composer

On this page you can find all versions of the php package mradder/filament-logger. 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 filament-logger

Community-maintained continuation of the original Filament Logger package by Z3d0X.

Filament Logger

Latest Version on Packagist Total Downloads Tests PHPStan Docs Quality Gate License

Filament Logger is an audit log and activity log package for Filament admin panels.

Built on spatie/laravel-activitylog, it adds a ready-made Filament activity resource plus automatic logging for resources, models, auth events, notifications, and custom domain events.

Use it when you need to:

Highlights

Requirements

Package Version
PHP ^8.2
Filament ^3.0, ^4.3.1, or ^5.0
Laravel contracts ^11.0, ^12.0, or ^13.0

Filament 4 support starts at 4.3.1 because earlier 4.x releases were affected by an upstream security issue fixed in 4.3.1. See the Filament security advisory and the v4.3.1 release notes.

The package includes compatibility shims for Filament 3.x, 4.x, and 5.x, and the supported range is verified against the CI matrix. If a future Filament release introduces a new breaking API change, a follow-up package update may still be required.

Quick Start

Install the package:

Publish config and the Spatie activity log migrations:

Register the activity resource in your panel provider:

Documentation

Filtering By Auth Guard

In multi-guard applications, you can scope access-event logging to specific guards.

Set access.guards to an allow-list:

Behavior:

Example for a Filament panel + storefront app:

Screenshots

Filament Logger dashboard widgets Filament Logger high risk review tab Filament Logger auth issues review tab Filament Logger export menu Filament Logger structured diff view Filament Logger redacted activity diff view Filament Logger redacted changes table

Changelog

See CHANGELOG for recent changes.

Contributing

See CODE_OF_CONDUCT.md for community expectations.

Security

Please review SECURITY.md for supported versions and responsible disclosure details. Do not report vulnerabilities through public issues.

Credits

License

The MIT License (MIT). See LICENSE.md for details.


All versions of filament-logger with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
filament/filament Version ^3.0 || ^4.3.1 || ^5.0
illuminate/contracts Version ^11.0 | ^12.0 | ^13.0
spatie/laravel-activitylog Version ^4.5
spatie/laravel-package-tools Version ^1.13.5
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 mradder/filament-logger contains the following files

Loading the files please wait ...