bernardphp / bernard

Bernard is a multi-backend PHP library for creating background jobs for later processing.
http://bernard.rtfd.org
MIT License
1.21k stars 129 forks source link

Microsoft Azure Queue Storage Support? #389

Open dudapiotr opened 5 years ago

dudapiotr commented 5 years ago

Hi all, Do you have any plans to implement integration with microsoft azure eg. Azure Queue Storage? If not, do you have any documentation for developers how to create own driver?

PD

sagikazarmark commented 5 years ago

Adding Azure support would certainly be a great addition to this library.

Official drivers are here: https://github.com/bernardphp/drivers

Although we don't have a documentation, adding drivers based on existing examples should be simple.