Download the PHP package tarfin-labs/laravel-cloudwatch-logger without Composer
On this page you can find all versions of the php package tarfin-labs/laravel-cloudwatch-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tarfin-labs/laravel-cloudwatch-logger
More information about tarfin-labs/laravel-cloudwatch-logger
Files in tarfin-labs/laravel-cloudwatch-logger
Package laravel-cloudwatch-logger
Short Description Laravel logger for AWS Clouldwatch Log service.
License MIT
Homepage https://github.com/tarfin-labs/laravel-cloudwatch-logger
Informations about the package laravel-cloudwatch-logger
Laravel Logger for AWS CloudWatch
Laravel logger factory for AWS Cloudwatch Logs service.
Installation
You can install the package via composer:
Usage
Config parameters for logging are defined at config/logging.php
.
You need to add new channel as cloudwatch
and copy params inside config/config.php
into it.
Change the log channel inside .env
file with cloudwatch
.
You can use Laravel's default Log
class to send your logs to CloudWatch.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Turan Karatuğ
- Faruk Can
- Yunus Emre Deligöz
- Hakan Özdemir
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-cloudwatch-logger with dependencies
illuminate/support Version ^7.0|^8.0|^9.0|^10.0|^11.0
phpnexus/cwh Version ^2.0|^3.0