Download the PHP package erkineren/shopware-sdk without Composer
On this page you can find all versions of the php package erkineren/shopware-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download erkineren/shopware-sdk
More information about erkineren/shopware-sdk
Files in erkineren/shopware-sdk
Download erkineren/shopware-sdk
More information about erkineren/shopware-sdk
Files in erkineren/shopware-sdk
Vendor erkineren
Package shopware-sdk
Short Description A PHP SDK for the Shopware 5 REST API.
License MIT
Package shopware-sdk
Short Description A PHP SDK for the Shopware 5 REST API.
License MIT
Please rate this library. Is it a good library?
Informations about the package shopware-sdk
[Edited] LeadCommerce Shopware SDK
Edited PHP SDK for the Shopware 5 REST API.
This repository forked from leadcommerce/shopware-sdk and some arrangements have been made to make it available.
What does this library offer extra as opposed to the original?
- Fixed Bugs (eg. create entity methods exceptions, not found error etc.)
- Edited Lacking Features (eg. Order Entity, methods params)
- Improve Querying (eg. Filter Params)
Main Differences
-
Querying Responses
Query\Base
class. Query classes don't return a mapped entity from response anymore. They return itself. In order to get mapped entity like original library you can usegetEntity()
. Also you have 3 options more now :)getEntity()
Entity class of query. Returns mapped entity from json response.getEntities()
Array of entity classes of query. Returns mapped entities from json response.getRawResponse()
Raw string response returned from shopware rest api.getArrayResponse()
Json decoded Assosicative Array of raw json response returned from shopware rest api.
- NotValidApiResponseException createEntityFromResponse method decodes the json response and resume own logic. If you query the order that not exist or if shopware rest api returns an any error (not json), program will have been failed. But you can catch this error now. If json decode process has error, thie exception is throwed.
Installing
composer require leadcommerce/shopware-sdk
Examples
Issues/Features proposals
Here is the issue tracker.
Contributing :-)
- Read the Code of Conduct
- Write some code
- Write some tests
License
MIT
Authors
All versions of shopware-sdk with dependencies
PHP Build Version
Package Version
The package erkineren/shopware-sdk contains the following files
Loading the files please wait ....