Download the PHP package priceva/priceva-sdk-php without Composer
On this page you can find all versions of the php package priceva/priceva-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download priceva/priceva-sdk-php
More information about priceva/priceva-sdk-php
Files in priceva/priceva-sdk-php
Download priceva/priceva-sdk-php
More information about priceva/priceva-sdk-php
Files in priceva/priceva-sdk-php
Vendor priceva
Package priceva-sdk-php
Short Description later
License MIT
Homepage https://github.com/priceva/priceva-sdk-php
Package priceva-sdk-php
Short Description later
License MIT
Homepage https://github.com/priceva/priceva-sdk-php
Please rate this library. Is it a good library?
Informations about the package priceva-sdk-php
Priceva SDK
SDK for Priceva API (PHP)
Getting Started
Requirements
- PHP >= 5.4
- cURL library
- JSON library
Installing
Via Composer
Go to the project root directory and run:
or add this string in
requiresection of your
composer.json:
and run composer install
.
Without Composer
- Download our library.
- Include files in your php root file: ``
Use
Simplest example:
``
Get a list of products:
``
Get a list of reports:
``
Work with pagination:
``
API actions
- main/ping
- main/demo
- product/list
- report/list
Request parameters
Filters
Applicable in methods: product/list
, report/list
. Possible options:
- page
- limit
- category_id
- brand_id
- company_id
- region_id
- active
- name
- articul
- client_code
Sources
Applicable in methods: product/list
. Possible options:
- add
- add_term
Product fields
Applicable in methods: report/list
. Possible options:
- client_code
- articul
- name
- active
- default_price
- default_available
- default_discount_type
- default_discount
- repricing_min
- default_currency
Additional information
Read more about our API here.
All versions of priceva-sdk-php with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
ext-json Version *
ext-curl Version *
ext-json Version *
ext-curl Version *
The package priceva/priceva-sdk-php contains the following files
Loading the files please wait ....