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
- Host: GitHub
- URL: https://github.com/khamdullaevuz/antiflood
- Owner: khamdullaevuz
- Created: 2022-07-27T22:44:19.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-13T22:48:18.000Z (almost 4 years ago)
- Last Synced: 2025-10-08T23:28:21.031Z (8 months ago)
- Topics: antiflood, memcache, php
- Language: PHP
- Homepage: https://khamdullaevuz.github.io/antiflood
- Size: 15.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)