{"id":20317891,"url":"https://github.com/crowdsecurity/cs-standalone-php-bouncer","last_synced_at":"2026-02-16T04:08:14.850Z","repository":{"id":42472545,"uuid":"407565933","full_name":"crowdsecurity/cs-standalone-php-bouncer","owner":"crowdsecurity","description":"CrowdSec bouncer for PHP Website","archived":false,"fork":false,"pushed_at":"2025-12-19T07:29:34.000Z","size":1620,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-12-22T02:32:44.268Z","etag":null,"topics":["php"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/crowdsecurity.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-17T14:13:52.000Z","updated_at":"2025-12-19T07:29:38.000Z","dependencies_parsed_at":"2023-11-15T01:26:02.456Z","dependency_job_id":"7d17c0ab-2f9f-4bd4-bf31-db1474162d80","html_url":"https://github.com/crowdsecurity/cs-standalone-php-bouncer","commit_stats":null,"previous_names":["crowdsecurity/cs-php-bouncer"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/crowdsecurity/cs-standalone-php-bouncer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdsecurity%2Fcs-standalone-php-bouncer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdsecurity%2Fcs-standalone-php-bouncer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdsecurity%2Fcs-standalone-php-bouncer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdsecurity%2Fcs-standalone-php-bouncer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/crowdsecurity","download_url":"https://codeload.github.com/crowdsecurity/cs-standalone-php-bouncer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/crowdsecurity%2Fcs-standalone-php-bouncer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29499815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T03:57:51.541Z","status":"ssl_error","status_checked_at":"2026-02-16T03:55:59.854Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["php"],"created_at":"2024-11-14T18:36:57.544Z","updated_at":"2026-02-16T04:08:14.846Z","avatar_url":"https://github.com/crowdsecurity.png","language":"PHP","funding_links":[],"categories":["Bouncers"],"sub_categories":["CMS \u0026 Applications"],"readme":"![CrowdSec Logo](https://raw.githubusercontent.com/crowdsecurity/cs-standalone-php-bouncer/main/docs/images/logo_crowdsec.png)\n\n# CrowdSec standalone PHP bouncer\n\n\u003e The official standalone PHP bouncer for the CrowdSec LAPI\n\n![Version](https://img.shields.io/github/v/release/crowdsecurity/cs-standalone-php-bouncer?include_prereleases)\n[![Test suite](https://github.com/crowdsecurity/cs-standalone-php-bouncer/actions/workflows/test-suite.yml/badge.svg)](https://github.com/crowdsecurity/cs-standalone-php-bouncer/actions/workflows/test-suite.yml)\n[![Coding standards](https://github.com/crowdsecurity/cs-standalone-php-bouncer/actions/workflows/coding-standards.yml/badge.svg)](https://github.com/crowdsecurity/cs-standalone-php-bouncer/actions/workflows/coding-standards.yml)\n![Licence](https://img.shields.io/github/license/crowdsecurity/cs-standalone-php-bouncer)\n\n\n:books: \u003ca href=\"https://doc.crowdsec.net\"\u003eDocumentation\u003c/a\u003e\n:diamond_shape_with_a_dot_inside: \u003ca href=\"https://app.crowdsec.net/hub\"\u003eHub\u003c/a\u003e\n:speech_balloon: \u003ca href=\"https://discourse.crowdsec.net\"\u003eDiscourse Forum\u003c/a\u003e\n\n\n## Overview\n\nThis bouncer allows you to protect your PHP application from IPs that have been detected by CrowdSec. Depending on \nthe decision taken by CrowdSec, user will either get denied (403) or have to fill a captcha (401).\n\nIt uses the [PHP `auto_prepend_file` mechanism](https://www.php.net/manual/en/ini.core.php#ini.auto-prepend-file) and\nthe [Crowdsec php bouncer library](https://github.com/crowdsecurity/php-cs-bouncer) to provide bouncer/IPS capability\ndirectly in your PHP application.\n\nIt supports \"ban\" and \"captcha\" remediations, and all decisions of type Ip, Range or Country (geolocation).\n\n\n## Usage\n\nSee [User Guide](https://github.com/crowdsecurity/cs-standalone-php-bouncer/blob/main/docs/USER_GUIDE.md)\n\n## Installation\n\nSee [Installation Guide](https://github.com/crowdsecurity/cs-standalone-php-bouncer/blob/main/docs/INSTALLATION_GUIDE.md)\n\n\n## Developer guide\n\nSee [Developer Guide](https://github.com/crowdsecurity/cs-standalone-php-bouncer/blob/main/docs/DEVELOPER.md)\n\n\n## License\n\n[MIT](https://github.com/crowdsecurity/cs-standalone-php-bouncer/blob/main/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdsecurity%2Fcs-standalone-php-bouncer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrowdsecurity%2Fcs-standalone-php-bouncer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrowdsecurity%2Fcs-standalone-php-bouncer/lists"}