https://developer.github.com/v3/activity/events/types/ offers a lot of events replies.
With a tool like http://jsonutils.com/ it would be nice to generate proper classes for them, so we can decode the different JSON payloads mapping them to an existing class instead of stdClass.
Deliverable: a PSR-4 package, so we don't need to do any require manually.