From 4f5b5a8a93f10475a8a0334de1d7f441fbcda76b Mon Sep 17 00:00:00 2001 From: mchev Date: Mon, 13 Feb 2023 10:27:38 +0100 Subject: [PATCH] Roadmap --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5415725..f209b33 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ [![Total Downloads](https://img.shields.io/packagist/dt/mchev/banhammer.svg?style=flat-square)](https://packagist.org/packages/mchev/banhammer) [![Package for laravel](https://img.shields.io/badge/Package%20for%20Laravel-grey.svg?style=flat-square&logo=laravel&logoColor=white)](https://packagist.org/packages/mchev/banhammer) -Banhammer allows you to ban any Model by key and by IP. You also can just ban/unban IPs. +Banhammer for Laravel offers a very simple way to ban any Model by ID or by IP. It also allows to block requests by IP addresses. + +Banned models can have an expiration date and will be automatically unbanned using the Scheduler. ## Version Compatibility @@ -210,6 +212,13 @@ composer test Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently. +## Roadmap + +- Block IP range +- Auto block IP (Rate Limiting) +- Cache +- Ban history() or archive() method + ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for details.