Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2021-09-07 (4 days ago)  | | Not yet rated by the users | | Total: 20 This week: 20 | | All time: 10,354 This week: 7 |
|
Description | | Author |
This package can send HTTP requests to the PayDirectly API.
It provides several classes that can send HTTP requests to the PayDirectly API using Curl or the Guzzle package.
The package can compose the HTTP requests to set the necessary headers to set API tokens. It can also retrieve the request responses and decode them before returning the response to the application.
| |
|
Details
<p align="center">
</p>
Paydirectly SDK for PHP
PHP library for paydirectly API.
Installation
The recommended way to install paydirectly-php is through Composer:
composer require paydirectly/paydirectly-php
After installing, you need to require Composer's autoloader:
require 'vendor/autoload.php';
Quickstart
All configs are passed around as a single variable config
:
$paydirectly = new \paydirectly\paydirectly([
'merchant_id' => 'id_ ...',
'secret_key' => 'sk_live_ ...',
]);
Documentation
Fantastic documentation is available at https://php.paydirectly.io.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.