shapecode / monolog-gdpr-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Some Monolog processors that will help in relation to the security requirements under GDPR.
Package info
github.com/shapecode/shapecode-monolog-gdpr-bundle
Type:symfony-bundle
pkg:composer/shapecode/monolog-gdpr-bundle
1.0.0
2018-06-05 13:54 UTC
Requires
- php: ~5.6|~7.0
- monolog/monolog: ~1.22
- symfony/config: ~2.8|~3.0|~4.0
- symfony/dependency-injection: ~2.8|~3.0|~4.0
- symfony/framework-bundle: ~2.8|~3.0|~4.0
- symfony/http-kernel: ~2.8|~3.0|~4.0
- symfony/monolog-bundle: ~2.12|~3.0
This package is not auto-updated.
Last update: 2020-09-11 10:14:11 UTC
README
Install
Via Composer
$ composer require shapecode/monolog-gdpr-bundle
Enable the bundle in your kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Shapecode\Bundle\MonologGDPRBundle\ShapecodeMonologGDPRBundle(), ); }
Usage
You are already done.
License
The MIT License (MIT). Please see License File for more information.