Description
Scrub Sensitive Information
Laravel Scrubber is a Laravel package designed to prevent accidental or intentional leakage of sensitive data that violates operational security policies.
The package offers two integration methods:
Log Scrubber
A tap intercepts log entries and sanitizes any detected sensitive information before it is written to the log file.
Direct Integration
You can embed the Scrubber directly into your application. This approach is especially useful when you need to detect and sanitize messages on a messaging platform or other output channels.
Creator
YorCreative
@YorCreative
Related Projects
Laravel Artifact
Media Management Package
Mirror
Impersonation Package
LaravelPlus Updater
Sync Laravel Projects
Laravel Credits
Credit Management System
Laravel Glider
Glide Image Manipulation in Blade Templates
Laravel Ownable
Eloquent Ownership Relationships