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

https://github.com/khamdullaevuz/antiflood

Anti-flood system in php with memcache
https://github.com/khamdullaevuz/antiflood

antiflood memcache php

Last synced: 5 months ago
JSON representation

Anti-flood system in php with memcache

Awesome Lists containing this project

README

          

# Anti-flood system in php with memcache

# Usage

## Require library

```shell
composer require khamdullaevuz/antiflood
```

## Usage in code
```php
check(10, 200))
echo "Flood not detected";
else
echo "Flood detected";

```

Author: [Elbek Khamdullaev](https://khamdullaev.uz)