Via Composer
$ composer require shapecode/monolog-gdpr-bundleEnable the bundle in your kernel:
<?php// app/AppKernel.phppublicfunctionregisterBundles()
{
$bundles = array(
// ...newShapecode\Bundle\MonologGDPRBundle\ShapecodeMonologGDPRBundle(),
);
}You are already done.
The MIT License (MIT). Please see License File for more information.