Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shapecode/shapecode-monolog-gdpr-bundle
https://github.com/shapecode/shapecode-monolog-gdpr-bundle
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shapecode/shapecode-monolog-gdpr-bundle
- Owner: shapecode
- License: mit
- Created: 2018-06-05T13:26:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T12:34:12.000Z (over 5 years ago)
- Last Synced: 2024-03-27T08:01:12.579Z (8 months ago)
- Language: PHP
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Shapecode Monolog GDPR Bundle
[![paypal](https://img.shields.io/badge/Donate-Paypal-blue.svg)](http://paypal.me/nloges)
[![PHP Version](https://img.shields.io/packagist/php-v/shapecode/monolog-gdpr-bundle.svg)](https://packagist.org/packages/shapecode/monolog-gdpr-bundle)
[![Latest Stable Version](https://img.shields.io/packagist/v/shapecode/monolog-gdpr-bundle.svg?label=stable)](https://packagist.org/packages/shapecode/monolog-gdpr-bundle)
[![Latest Unstable Version](https://img.shields.io/packagist/vpre/shapecode/monolog-gdpr-bundle.svg?label=unstable)](https://packagist.org/packages/shapecode/monolog-gdpr-bundle)
[![Total Downloads](https://img.shields.io/packagist/dt/shapecode/monolog-gdpr-bundle.svg)](https://packagist.org/packages/shapecode/monolog-gdpr-bundle)
[![License](https://img.shields.io/packagist/l/shapecode/monolog-gdpr-bundle.svg)](https://packagist.org/packages/shapecode/monolog-gdpr-bundle)## Install
Via Composer
``` bash
$ composer require shapecode/monolog-gdpr-bundle
```Enable the bundle in your kernel:
``` php