corbado / corbado-webhook-php

This PHP webhooks library can be used in your backend to handle webhook calls from Corbado.
https://www.corbado.com
MIT License
2 stars 0 forks source link
passkeys php webhook

Description

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.

Installation

For installation, using composer is recommended:

composer require corbado/webhook-php

Documentation

To learn how Corbado uses webhooks, please have a look at our webhooks documentation.

Examples

See examples for a very simple usage of the webhooks library.