dew-serverless / laravel-mns-driver
Alibaba Cloud MNS driver for Laravel queue.
Installs: 1 742
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Requires
- php: ^8.0
- dew-serverless/mns: ^1.1
- illuminate/contracts: ^10.0
- illuminate/queue: ^10.0
Requires (Dev)
- laravel/pint: ^1.13
- mockery/mockery: ^1.6
- pestphp/pest: ^2.23
- phpstan/phpstan: ^1.10
- phpstan/phpstan-strict-rules: ^1.5
- rector/rector: ^0.18.6
This package is auto-updated.
Last update: 2024-11-10 10:35:31 UTC
README
The driver gives the ability to run Laravel Queue on top of ACS MNS, a distributed messaging service. The serverless MNS also relieves developers from the burden of infrastructure maintenance and helps build a loosely coupled system.
Checkout documentation at Wiki.