To install OVAC\Hubtel-Payment you need:
OVAC\Hubtel-Payment is available on Packagist, so the only thing you need to do is to add it as a dependency for your project.
That can be done by running following command in your project folder:
composer require ovac/hubtel-payment
As alternative you can directly edit your composer.json by adding:
{
"require": {
"ovac/hubtel-payment": "~0"
}
}
After that, only be sure to include composer autoload file:
require 'vendor/autoload.php';
OVAC\Hubtel-Payment needs 1 community powered quality libraries to work:
It will be installed for you by Composer.
As this package depends on the current stable release of PHPUnit (v6.3+) for testing, when installed in development mode, OVAC\Hubtel-Payment will only work on PHP 7+ because PHPunit requires . This is because the and also requires: