goqihoo/aliyun

Easy use for aliyun services:ONS, OSS, etc.

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

1.0.2 2016-05-24 10:23 UTC

This package is not auto-updated.

Last update: 2024-09-23 13:01:08 UTC


README

Usage

  1. Produce $authorization = new Authorization($accessKey, $accessSecret); $producer = new Producer($url, $authorization); $producer->produce($topic, $producerId, $body);

  2. Consume

  3. Confirmation

Testing

  1. Modify the test data you need to modify your accessKey and accessSecret provided by aliyun

  2. Using phpunit to test ./phpunit