Download the PHP package filipsedivy/dropshippingcz without Composer
On this page you can find all versions of the php package filipsedivy/dropshippingcz. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download filipsedivy/dropshippingcz
More information about filipsedivy/dropshippingcz
Files in filipsedivy/dropshippingcz
Download filipsedivy/dropshippingcz
More information about filipsedivy/dropshippingcz
Files in filipsedivy/dropshippingcz
Vendor filipsedivy
Package dropshippingcz
Short Description Dropshipping.cz - PHP client
License MIT
Package dropshippingcz
Short Description Dropshipping.cz - PHP client
License MIT
Please rate this library. Is it a good library?
Informations about the package dropshippingcz
Introduction
This is a library that maps the Dropshipping.cz API.
Installation
The recommended way to is via Composer:
It requires PHP version 7.1 and supports PHP up to 7.2.
Usage
Services
All services are located in the src/Services folder
Object HttpResponse
HttpResponse is an object that takes care of returning data from the API. Allows:
- Creating collections and entities over data
- Working with raw data
- Convert to array
List of methods object HttpResponse
Method | Data type of return data | Description |
---|---|---|
getResponse() | ResponseInterface | This is the returned data object from the Guzzle library |
getContent() | string | Raw body from API |
toArray(int $options = 0) | mixed (object OR array) | Convert JSON output to array |
toArrayData() | mixed (object OR array) | Convert only data to array |
toCollection() | IEntity[] | Converting data to collections and entities serves to better work with data |
Example
Get list of eshops
TODO
- HttpResponse
- MultiLevel mapper / create sub entity, collection
- Map POST response
- Services/Orders
- Complete sendOrder(...) method
- Entity/Services/...
- Complete PHPDoc
- Create entity annotation
- Strict data types
- Complete IEntity->toArray() method :(
Donate
Has a library helped you or made your job easier? I will be happy if you contribute PR or even financially. Thanks to these posts, this library can grow and ease work.
PayPal (link to PayPal.me ) |
---|
[email protected] |
All versions of dropshippingcz with dependencies
PHP Build Version
Package Version
The package filipsedivy/dropshippingcz contains the following files
Loading the files please wait ....