devmatchable/whop-symfony-bundle
Symfony 7 bundle for the Whop PHP SDK. Autowires WhopApiClient and WebhookVerifier from config, provides a ready-to-use (overridable) webhook controller/route, and supports sandbox base URL and custom HTTP client selection.
WhopApiClient and WebhookVerifier from the
Whop PHP SDK — consumers
reach them via type-hint with no extra configuration.whop: configuration tree
(api_key, webhook_secret, base_url, http_client, webhook_path).WhopWebhookController mounted at the configurable
webhook_path (default /_whop/webhook), returning 204 / 401 / 400
per the Standard Webhooks contract.WhopWebhookReceivedEvent for zero-config consumer subscription via
#[AsEventListener].WhopWebhookHandlerInterface, extend EventDispatchingWebhookHandler, or
decorate the default handler with #[AsDecorator].symfony/recipes-contrib — registers the bundle,
drops config/packages/whop.yaml + config/routes/whop.yaml, and appends
the required env vars to .env.How can I help you explore Laravel packages today?