Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.35 KB

File metadata and controls

40 lines (28 loc) · 1.35 KB

Shapecode Monolog GDPR Bundle

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.