shapecode / monolog-gdpr-bundle
Some Monolog processors that will help in relation to the security requirements under GDPR.
Installs: 173
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Type:symfony-bundle
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.