opentok / OpenTok-PHP-SDK

OpenTok PHP Server SDK
https://tokbox.com/developer/sdks/php/
MIT License
140 stars 145 forks source link

Add webhook event builder #248

Open odolbeau opened 5 years ago

odolbeau commented 5 years ago

Would you consider a PR containing a WebhookEventBuilder class which will transform a JSON string to an Event?

List of webhooks events classes:

The stripe SDK propose something similar (but with a generic event class).

SecondeJK commented 1 year ago

We have something similar to this in the Vonage PHP SDK Core (Comms APIs) If the PR followed this pattern (which hydrates incoming webhooks via. PHP globals) then I'd be up for merging it