Download the PHP package plumthedev/php-cloudwatch-logger without Composer
On this page you can find all versions of the php package plumthedev/php-cloudwatch-logger. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download plumthedev/php-cloudwatch-logger
More information about plumthedev/php-cloudwatch-logger
Files in plumthedev/php-cloudwatch-logger
Package php-cloudwatch-logger
Short Description A PHP library for logging to AWS Cloudwatch.
License MIT
Homepage https://github.com/plumthedev/php-cloudwatch-logger
Informations about the package php-cloudwatch-logger
PHP Cloudwatch Logger
Introduction
PHP Cloudwatch Logger is a PHP library designed for logging to the AWS Cloudwatch service. It offers a seamless way to track various types of information from your PHP application directly to AWS Cloudwatch.
Installation
Usage
To instantiate a Monolog logger, utilize the CloudwatchLoggerFactory::createCloudwatchLogger
method.
This method initializes a new logger instance, requiring the complete configuration during logger creation.
@see LoggerFactory::createCloudwatchLogger
Testing
To run tests, you need to build a Docker image first:
Only then you can execute the tests:
Contribution
If you spot areas for improvement, wish to make enhancements, or have ideas for further development, feel free to contribute to this project.
To access the project terminal, you must first build the Docker image:
Afterward, you can enter the console:
Before submitting a pull request, ensure everything is in order:
License
This project is licensed under the terms of the MIT license. See the LICENSE file for details.
All versions of php-cloudwatch-logger with dependencies
aws/aws-sdk-php Version ^3
webmozart/assert Version ^1.11
phpnexus/cwh Version ^3.1
psr/container Version ^2.0