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(),
);
}
You are already done.
The MIT License (MIT). Please see License File for more information.