Usage
-
Produce $authorization = new Authorization($accessKey, $accessSecret); $producer = new Producer($url, $authorization); $producer->produce($topic, $producerId, $body);
-
Consume
-
Confirmation
Testing
-
Modify the test data you need to modify your accessKey and accessSecret provided by aliyun
-
Using phpunit to test ./phpunit