Skip to main content

Online payment SDK - PHP

Please find below the link to the SDK:
https://github.com/PayBy/PayBy-php


Env

PHP >= 5.6


Installation

By Composer

composer require payby/payby-php

Composer autoload import

require_once('vendor/autoload.php');

Manual import

require_once('/path/to/payby-php/init.php');

API

Initial
\PayBy\PayBy::setApiKey('YOUR-KEY');

Order

// TODO