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.

1.0.0 2018-06-05 13:54 UTC

This package is not auto-updated.

Last update: 2020-09-11 10:14:11 UTC


README

paypal

PHP Version Latest Stable Version Latest Unstable Version Total Downloads License

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.