crowdsec/standalone-bouncer

The official CrowdSec standalone bouncer for PHP websites

v1.1.0 2023-12-14 01:51 UTC

This package is auto-updated.

Last update: 2024-04-15 07:25:15 UTC


README

CrowdSec Logo

CrowdSec standalone PHP bouncer

The official standalone PHP bouncer for the CrowdSec LAPI

project is maintained Version project is maintained Test suite Coding standards Licence

📚 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

See Installation Guide

Developer guide

See Developer guide

License

MIT