diff --git a/verify-webhook-signature/README.md b/verify-webhook-signature/README.md index 3884af7..45c5ecc 100644 --- a/verify-webhook-signature/README.md +++ b/verify-webhook-signature/README.md @@ -26,5 +26,13 @@ Source code: [verify-signature.js](https://github.com/transferwise/digital-signa $ node verify-signature.js ``` +### PHP implementation + +Source code: [verify-signature.php](https://github.com/transferwise/digital-signatures-examples/blob/main/verify-webhook-signature/verify-signature.php) + +```bash +$ php verify-signature.php +``` + ### API Documentation -- [Wise API: Webhooks](https://api-docs.wise.com/#webhook-events-event-http-requests) \ No newline at end of file +- [Wise API: Webhooks](https://api-docs.wise.com/#webhook-events-event-http-requests) diff --git a/verify-webhook-signature/verify-signature.php b/verify-webhook-signature/verify-signature.php new file mode 100644 index 0000000..c803e9c --- /dev/null +++ b/verify-webhook-signature/verify-signature.php @@ -0,0 +1,28 @@ +