PHP code example of canavci / nestpay
1. Go to this page and download the library: Download canavci/nestpay library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
canavci / nestpay example snippets
// ##v.2.0.0
// Releasing notes
this version for laravel 5.4 support
use Nestpay\Nestpay;
class A extends Nestpay
{