crowdsec / standalone-bouncer
The official CrowdSec standalone bouncer for PHP websites
Installs: 376
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 12
Forks: 2
Open Issues: 0
Type:lib
Requires
- php: >=7.2.5
- crowdsec/bouncer: ^3.2.0
Requires (Dev)
- mikey179/vfsstream: ^1.6.11
- phpunit/phpunit: ^8.5.30 || ^9.3
README
CrowdSec standalone PHP bouncer
The official standalone PHP bouncer for the CrowdSec LAPI
📚 Documentation 💠Hub 💬 Discourse Forum
Overview
This bouncer allows you to protect your PHP application from IPs that have been detected by CrowdSec. Depending on the decision taken by CrowdSec, user will either get denied (403) or have to fill a captcha (401).
It uses the PHP auto_prepend_file
mechanism and
the Crowdsec php bouncer library to provide bouncer/IPS capability
directly in your PHP application.
It supports "ban" and "captcha" remediations, and all decisions of type Ip, Range or Country (geolocation).
Usage
See User Guide
Installation
Developer guide
See Developer guide