⚠️ 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.
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.