Download the PHP package payeverorg/payever-php-sdk without Composer
On this page you can find all versions of the php package payeverorg/payever-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download payeverorg/payever-php-sdk
More information about payeverorg/payever-php-sdk
Files in payeverorg/payever-php-sdk
Package payever-php-sdk
Short Description PHP SDK for payever payments
License MIT
Homepage https://github.com/payeverorg/payever-php-sdk
Informations about the package payever-php-sdk
payever PHP SDK
The payever PHP SDK enables seamless integration with the payever platform, providing access to its e-commerce & payment features. Designed for developers, this SDK simplifies interaction with payever APIs to create powerful applications and plugins.
This library follows semantic versioning. Read more on semver.org.
Troubleshooting
If you faced an issue you can contact us via official support channel - [email protected]
Requirements
- PHP 5.6.0 and later
- PHP cURL extension
Installation
You can use Composer
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/api/payments/v3
Enums
The are several list of fixed string values used inside API. For convenience they are represented as constants and grouped into classes.
- Payments
ChannelSet- list of available payever API channelsChannelTypeSet- list of available payever API channel typesPaymentMethod- list of available payever payment methodsStatus- list of available payever payment statuses
API Clients
HTTP API communication with payever happens through PaymentsApiClient API clients.
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.
PaymentsApiClient
This API client is used in all payment-related interactions.
Create payment and obtain redirect url
Retrieve payment details by id
Cancel the payment by id
Trigger Santander shipping-goods payment action
Get Company credit level
License
Please see the license file for more information.
All versions of payever-php-sdk with dependencies
ext-json Version *
php Version >=5.6.0