Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/antoinelemaire/blacklistbundle
- Owner: AntoineLemaire
- License: mit
- Created: 2018-04-08T15:32:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T08:03:31.000Z (over 6 years ago)
- Last Synced: 2024-10-03T05:08:02.322Z (about 1 month ago)
- Topics: bundle, php, symfony, symfony-bundle
- Language: PHP
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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