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.

Maintainers

Package info

github.com/shapecode/shapecode-monolog-gdpr-bundle

Homepage

Issues

Wiki

Type:symfony-bundle

pkg:composer/shapecode/monolog-gdpr-bundle

Statistics

Installs: 174

Dependents: 0

Suggesters: 0

Stars: 1

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.