Download the PHP package payever/core-sdk-php without Composer
On this page you can find all versions of the php package payever/core-sdk-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download payever/core-sdk-php
More information about payever/core-sdk-php
Files in payever/core-sdk-php
Package core-sdk-php
Short Description Core PHP SDK for payever
License MIT
Homepage https://github.com/payever/core-sdk-php
Informations about the package core-sdk-php
PHP SDK for payever plugin interactions - internal, not for public use
This repository contains the open source PHP SDK that allows you to access payever from your PHP app.
This library follows semantic versioning. Read more on semver.org.
Please note: this SDK is used within the payever plugins. It is NOT suitable for custom API integrations. If you would like to integrate with us via API, please visit https://docs.payever.org/shopsystems/api and follow the instructions and code examples provided there.
Troubleshooting
If you faced an issue you can contact us via official support channel - [email protected]
Requirements
- PHP 5.4.0 and later
- PHP cURL extension
Installation
You can use Composer
The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.
Once composer is installed, execute the following command in your project root to install this library:
Documentation
Raw HTTP API docs can be found here - https://docs.payever.org/shopsystems/api
Enums
The are several list of fixed string values used inside API. For convenience they are represented as constants and grouped into classes.
- Core
ChannelSet
- list of available payever API channels
API Clients
HTTP API communication with payever happens through API clients. There are several of them for different API categories:
PaymentsApiClient
ThirdPartyApiClient
ProductsApiClient
InventoryApiClient
Each one is described in details below.
Configuration
Each API client requires configuration object as the first argument of client's constructor. In order to get the valid configuration object you need to have valid API credentials:
- Client ID
- Client Secret
- Business UUID
Additionally, you need to tell which API channel you're using:
NOTE: All examples below assume you have ClientConfiguration
instantiated inside $clientConfiguration
variable.
Logging
You can setup logging of all API interactions by providing PSR-3 compatible logger instance.
In case if you don't have PSR-3 compatible logger at hand - this SKD contains simple file logger:
License
Please see the license file for more information.
All versions of core-sdk-php with dependencies
ext-json Version *
php Version >=5.4.0