shapecode/monolog-gdpr-bundle

该包已被废弃,不再维护。没有建议的替代包。

一些Monolog处理器,有助于满足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

安装

通过Composer

$ composer require shapecode/monolog-gdpr-bundle

在您的内核中启用此包

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Shapecode\Bundle\MonologGDPRBundle\ShapecodeMonologGDPRBundle(),
    );
}

使用

您已经完成了。

许可

MIT许可(MIT)。请参阅许可文件以获取更多信息。