PHP code example of healyhatman / keypay-php

1. Go to this page and download the library: Download healyhatman/keypay-php 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/ */

    

healyhatman / keypay-php example snippets


$application = new \KeypayPHP\Application($access_token);

$employees = $application->forApi('\OpenAPI\Client\Api\EmployeeApi')->auEmployeeGetEmployees($business_id);
bash
composer