This PHP webhooks library can be used in your backend to handle webhook calls from Corbado for setting up passkeys authentication.
The library handles webhooks authentication and takes care of the correct formatting of requests and responses. This allows you to focus on the actual implementation of the different actions.
For installation, using composer is recommended:
composer require corbado/webhook-php
To learn how Corbado uses webhooks, please have a look at our webhooks documentation.
See examples for a very simple usage of the webhooks library.