dev-master
9999999-devThis is a Laravel queue adapter for the Aliyun MNS.
MIT
The Requires
queue aliyun mns
1.0.0
1.0.0.0This is a Laravel queue adapter for the Aliyun MNS.
MIT
The Requires
queue aliyun mns
This is a Laravel queue adapter for the Aliyun MNS.
This is a queue adapter for the Aliyun MNS, (*1)
composer require xutl/laravel-aliyun-mns-queue
This service provider must be registered., (*2)
// config/app.php 'providers' => [ '...', XuTL\Aliyun\Mns\Queue\AliyunMnsServiceProvider::class, ];
edit the config file: config/queue.php, (*3)
add config, (*4)
'mns' => [ 'driver' => 'mns', 'access_id' => env('MNS_ACCESS_ID', 'your-access-key-id'), 'access_key' => env('MNS_ACCESS_KEY', 'your-access-key-secret'), 'security_token' => env('MNS_SECURITY_TOKEN', 'your-security-token'), 'endpoint' => 'http(s)://{AccountId}.mns.cn-hangzhou.aliyuncs.com', 'queue' => 'default' ],
change default to mns, (*5)
'default' => 'mns'
see Laravel wiki, (*6)
This is a Laravel queue adapter for the Aliyun MNS.
MIT
queue aliyun mns
This is a Laravel queue adapter for the Aliyun MNS.
MIT
queue aliyun mns