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.

Installs: 174

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Type:symfony-bundle

pkg:composer/shapecode/monolog-gdpr-bundle

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.