The official standalone PHP bouncer for the CrowdSec LAPI
📚 Documentation 💠 Hub 💬 Discourse Forum
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).
See User Guide
See Developer guide