Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/antoinelemaire/blacklistbundle

Provides a Blacklist system for Symfony using Annotations with Sonata admin integration
https://github.com/antoinelemaire/blacklistbundle

bundle php symfony symfony-bundle

Last synced: 29 days ago
JSON representation

Provides a Blacklist system for Symfony using Annotations with Sonata admin integration

Awesome Lists containing this project

README

        

AntoineLemaireBlacklistBundle
=================

Blacklist system with integration in Symfony. Just insert blacklist value/type combinaison inside database and use Annotation to assert.

![Example Database](Resources/doc/database.png)

Installation
-----------------------------------

Add the package to your composer.json file
```
"antoinelemaire/blacklist-bundle": "dev-master",
```

Add this to app/AppKernel.php
```php