waza-ari / monolog-mysql

MySQL Handler for Monolog, which allows to store log messages to a MySQL Table
MIT License
141 stars 85 forks source link

Upgrade to php8, monolog3 and add test coverage #46

Closed amacado closed 1 year ago

amacado commented 1 year ago

This patch applies required changes for php8 compatibility (which is required by monolog3). It also refactors the docker development environment as well as adding test coverage for all remaining files.

amacado commented 1 year ago

Closed in favor of https://github.com/waza-ari/monolog-mysql/pull/47