Webhook
Table of Contents
Namespaces
Classes
- BaseRequestHandler
- Abstract base for webhook request handlers.
- IpFilter
- CIDR-based IP allowlist for incoming webhook requests.
- Setup
- Wires phpbotgram into an **existing** `amphp/http-server` app.
- SimpleRequestHandler
- Single-bot webhook handler with optional constant-time secret-token validation.
- TokenBasedRequestHandler
- Multi-bot webhook handler that extracts the bot token from the URL path.