Would you consider a PR containing a `WebhookEventBuilder` class which will transform a JSON string to an Event? List of webhooks events classes: * Archive * ConnectionCreated * ConnectionDestroyed * StreamCreated * StreamDestroyed The stripe SDK propose [something similar](https://github.com/stripe/stripe-php/blob/master/lib/Webhook.php) (but with a generic event class).