Mailgun Webhook Parser

Another quick one, here is a small library I wrote as part of the Day Job that makes it (slightly) easier to parse web hooks from Mailgun. Pretty much a stub right now, but we use it daily. Hopefully it is of use to some folks.

Marcus Povey

Another quick one, here is a small library I wrote as part of the Day Job that makes it (slightly) easier to parse web hooks from Mailgun. Pretty much a stub right now, but we use it daily. Hopefully it is of use to some folks.

REST endpoint library

Just a quick one to make people aware of some potentially useful things I’ve done as part of the day job. Here is a wrapper around symfony routing that makes it behave, more or less, like Toro. This lets you create simple REST pages, which understand HTTP Verbs. Additionally you can bind in understanding for […]

Marcus Povey

Just a quick one to make people aware of some potentially useful things I’ve done as part of the day job. Here is a wrapper around symfony routing that makes it behave, more or less, like Toro. This lets you create simple REST pages, which understand HTTP Verbs. Additionally you can bind in understanding for […]