PHP code example of paycom / integration-template

1. Go to this page and download the library: Download paycom/integration-template 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/ */

    

paycom / integration-template example snippets



// File `my-shop-project/api/index.php`
on
$paycomConfig = n();

git clone https://github.com/umidjons/paycom-integration-php-template.git
cd paycom-integration-php-template
composer dumpautoload