PHP Package: contributte/thepay-api

ThePay API PHP library for easy integration with payment gateways, providing secure and seamless transactions.

Current Version: 4.0.1
Last Updated: 2019-03-21
PHP Requirement: >=7.1
Dependencies:
phpunit/phpunit
guzzlehttp/guzzle
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

ThePay API library simplifies the integration process with reliable payment gateways, ensuring secure transactions and seamless user experiences. It offers robust features for managing payments, handling transactions, and monitoring financial activities. With comprehensive documentation and straightforward implementation, this library streamlines the payment process for businesses of all sizes.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 4.0.1

Download Download v4.0.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/contributte/thepay-api/4.0.1/loader.php';
require_once 'libs/phpunit/phpunit/{lib_version}/loader.php';
require_once 'libs/guzzlehttp/guzzle/{lib_version}/loader.php';

use Contributte\ThePayApi\Client;
use PHPUnit\Framework\TestCase;

$obj = new Client();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.