Download the PHP package bestit/commercetools-async-pool without Composer
On this page you can find all versions of the php package bestit/commercetools-async-pool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bestit/commercetools-async-pool
More information about bestit/commercetools-async-pool
Files in bestit/commercetools-async-pool
Download bestit/commercetools-async-pool
More information about bestit/commercetools-async-pool
Files in bestit/commercetools-async-pool
Vendor bestit
Package commercetools-async-pool
Short Description Batch-Processing of a pool asynchronous commercetools requests.
License MIT
Package commercetools-async-pool
Short Description Batch-Processing of a pool asynchronous commercetools requests.
License MIT
Please rate this library. Is it a good library?
Informations about the package commercetools-async-pool
commercetools-async-pool
Batch-Processing of a pool asynchronous commercetools requests.
Introdction
Commercetools suggests that you use asynchronous requests instead of sequential ones but the PHP SDK makes it not very easy:
- Promises for Client::executeAsync works on the raw guzzle response, not the "requested object".
- Guzzle promise-chaining/forwarding and the AbstractApiResponse from commercetools are not compatible.
So i created a helping pool of async requests. Please review the following information.
Installation
composer require bestit/commercetools-async-pool
API and Usage
But beware, do not forget that the callbacks are happening asynchronous! That is no sequential PHP anymore!
Future
- More Unittests
All versions of commercetools-async-pool with dependencies
PHP Build Version
Package Version
The package bestit/commercetools-async-pool contains the following files
Loading the files please wait ....