Download the PHP package culturekings/shopify-php-api-wrapper without Composer
On this page you can find all versions of the php package culturekings/shopify-php-api-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download culturekings/shopify-php-api-wrapper
More information about culturekings/shopify-php-api-wrapper
Files in culturekings/shopify-php-api-wrapper
Package shopify-php-api-wrapper
Short Description Shopify PHP (Guzzle) API Wrapper
License MIT
Homepage http://www.shopifyextras.com
Informations about the package shopify-php-api-wrapper
Shopify API Wrapper
Forked from Zapiet, moving towards batch requests & better handling of API call limits
Installing via Composer
The recommended way to install the wrapper is through Composer.
Next, run the Composer command to install the latest stable version of the wrapper:
After installing, you need to require Composer's autoloader:
Getting Started
First you will need to initialise the client like this:
Then you can begin making requests like shown below. Please note that the list of requests below is not complete. All endpoints are available just take a look in the /src/resources folder for reference.
Orders
Products
Product Variants
To-do / Improvements
- [ ] Batching requests in a pool
- [ ] Handling of API call limits globally
- [ ] Improved Logging
Bugs & Issues
If you spot any bugs, please report it using the issue tracker. If you would like to contribute to the project please feel free to make your amends and submit a pull request.
All versions of shopify-php-api-wrapper with dependencies
guzzlehttp/guzzle Version ~5.3|~6.0
guzzlehttp/guzzle-services Version ~1.0
guzzlehttp/command Version ~1.0