I have a requirement to create an events hub that will allow multiple consumers to consume the same event. Azure event hubs looks perfect for this however I am struggling with PHP support as there are a number of SDK's but none for PHP.
Looking on the docs here https://docs.microsoft.com/en-us/rest/api/eventhub/send-event i see there is a way to send an event through a rest API but i have been unable to find a way of consuming these events.
Does anyone know of a way of consuming these jobs in a PHP applications or is anyone aware of an PHP SDK or a REST API that will allow me to consume the jobs?