Download the PHP package reedtechus/azure-service-bus-laravel without Composer
On this page you can find all versions of the php package reedtechus/azure-service-bus-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download reedtechus/azure-service-bus-laravel
More information about reedtechus/azure-service-bus-laravel
Files in reedtechus/azure-service-bus-laravel
Package azure-service-bus-laravel
Short Description Provides an interface to Azure's Service Bus.
License MIT
Homepage https://github.com/reedtechus/azure-service-bus-laravel
Informations about the package azure-service-bus-laravel
Azure Service Bus SDK for Laravel / PHP
Provides an interface to Azure's Service Bus.
This package provides an interface to Azure Service Bus.
It implements the Azure Service Bus REST API via Saloon v2.
:warning: Experimental: This package is still in development and is not ready for production use. Breaking changes can still occur without a major version change until 1.0.0.
Installation
You can install the package via composer:
You can publish the config file with:
This is the contents of the published config file:
Usage
Send a Message to a Queue or Topic
Receive a Message from a Queue
Peek (Non-destructive read) a message from a queue:
Peek (Non-destructive read) a message from a topic (via subscription):
Destructive Read
The above peek
examples can be replaced with pop
to perform a destructive read and remove the message from the queue / subscription.
Pop (Destructive read) a message from a queue:
Pop (Destructive read) a message from a topic (via subscription):
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Chris Reed
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of azure-service-bus-laravel with dependencies
illuminate/contracts Version ^9.0
sammyjo20/saloon-cache-plugin Version 2.0.0-beta2
sammyjo20/saloon-laravel Version 2.0.0-beta3
spatie/laravel-package-tools Version ^1.14.0