Download the PHP package aporat/laravel-cloudwatch-logger without Composer
On this page you can find all versions of the php package aporat/laravel-cloudwatch-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aporat/laravel-cloudwatch-logger
More information about aporat/laravel-cloudwatch-logger
Files in aporat/laravel-cloudwatch-logger
Download aporat/laravel-cloudwatch-logger
More information about aporat/laravel-cloudwatch-logger
Files in aporat/laravel-cloudwatch-logger
Vendor aporat
Package laravel-cloudwatch-logger
Short Description A Laravel logging driver for AWS CloudWatch Logs integration
License MIT
Homepage https://github.com/aporat/laravel-cloudwatch-logger
Package laravel-cloudwatch-logger
Short Description A Laravel logging driver for AWS CloudWatch Logs integration
License MIT
Homepage https://github.com/aporat/laravel-cloudwatch-logger
Please rate this library. Is it a good library?
Informations about the package laravel-cloudwatch-logger
Laravel CloudWatch Logger
A Laravel logging driver for seamless integration with AWS CloudWatch Logs.
Features
- Custom Monolog channel for sending logs to CloudWatch
- Configurable AWS credentials, log group, stream, retention, and batch size
- Supports string-based, class-based, and callable custom log formatters
- Compatible with Laravel's
Log
facade and channel system - Laravel config publishing and environment-based setup
Requirements
- PHP: 8.4 or higher
- Laravel: 10.x, 11.x, 12.x
- AWS SDK: Provided via
phpnexus/cwh
Installation
If auto-discovery is disabled, add the provider manually to config/app.php
:
Then publish the config:
Configuration
Step 1: Add the CloudWatch Channel
Add this to your config/logging.php
:
Step 2: Configure .env
Step 3: Custom Formatters
You can customize the formatter in cloudwatch-logger.php
:
Usage
Testing
License
This package is licensed under the MIT License.
All versions of laravel-cloudwatch-logger with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
ext-json Version *
illuminate/support Version ^10.0 || ^11.0 || ^12.0
illuminate/log Version ^10.0 || ^11.0 || ^12.0
phpnexus/cwh Version ^2.0 || ^3.0
ext-json Version *
illuminate/support Version ^10.0 || ^11.0 || ^12.0
illuminate/log Version ^10.0 || ^11.0 || ^12.0
phpnexus/cwh Version ^2.0 || ^3.0
The package aporat/laravel-cloudwatch-logger contains the following files
Loading the files please wait ....