Libraries tagged by crowdsec
crowdsec/remediation-engine
37681 Downloads
The official PHP remediation engine for CrowdSec
crowdsec/lapi-client
40188 Downloads
The official PHP client for the CrowdSec Local API (LAPI)
crowdsec/capi-client
40404 Downloads
The official PHP client for the CrowdSec Central API (CAPI)
crowdsec/common
41390 Downloads
Common PHP code used by other php libs from CrowdSec SDK
crowdsec/bouncer
6555 Downloads
The official PHP bouncer library for the CrowdSec Local API
crowdsec/standalone-bouncer
463 Downloads
The official CrowdSec standalone bouncer for PHP websites
crowdsec/magento-symfony-cache
2852 Downloads
Fork of symfony/cache package for Magento 2.4 compatibility
crowdsec/magento2-module-bouncer
439 Downloads
The Bouncer module for Magento 2 allows rejecting IP detected as malicious by CrowdSec
crowdsec/magento2-module-engine
4 Downloads
This Magento 2 module allows sharing threat signal and benefit from the CrowdSec's community blocklist.
crowdstar/exponential-backoff
12587 Downloads
Prevent overloading an unavailable service by doubling the timeout each iteration.
crowdstar/background-processing
45971 Downloads
To continue processing PHP after having HTTP response sent back to the client under PHP-FPM.
crowdtruth/crowdtruth
6 Downloads
The CrowdTruth Framework
crowdstar/reflection
17377 Downloads
Allow to directly access protected/private properties and call protected/private methods.
crowdstar/crypt
7306 Downloads
Handle data encryption/decryption.
martinmulder/openapi-crowdstrike-falcon-php
36 Downloads
Use this API specification as a reference for the API endpoints you can use to interact with your Falcon environment. These endpoints support authentication via OAuth2 and interact with detections and network containment. For detailed usage guides and examples, see our [documentation inside the Falcon console](https://falcon.eu-1.crowdstrike.com/support/documentation). To use the APIs described below, combine the base URL with the path shown for each API endpoint. For commercial cloud customers, your base URL is `https://api.eu-1.crowdstrike.com`. Each API endpoint requires authorization via an OAuth2 token. Your first API request should retrieve an OAuth2 token using the `oauth2/token` endpoint, such as `https://api.eu-1.crowdstrike.com/oauth2/token`. For subsequent requests, include the OAuth2 token in an HTTP authorization header. Tokens expire after 30 minutes, after which you should make a new token request to continue making API requests.