Skip to content
mummra.dev

01 / open source

Projects

Laravel packages for Azure services, all MIT licensed. Built because I needed them and the alternatives were heavier than the job warranted.

Mar 2026

Shipped

Laravel Azure Service Bus

A Laravel package to publish and consume messages from Azure Service Bus queues and topics over the REST API. Works as a queue driver, so existing jobs dispatch unchanged.

Role — Author, open source

  • PHP
  • Laravel
  • Azure

Mar 2026

Shipped

Laravel Azure Storage Queue

A Laravel queue driver backed by Azure Storage Queues, with transparent gzip compression for payloads that would otherwise exceed the 64 KiB message ceiling.

Role — Author, open source

  • PHP
  • Laravel
  • Azure

Mar 2026

Shipped

Laravel Azure Table Cache

A Laravel cache driver backed by Azure Storage Tables — a drop-in alternative to Redis for applications already on Azure that would rather not run another service.

Role — Author, open source

  • PHP
  • Laravel
  • Azure