PHP code example of alfacashier / alfacashier-api-php

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

    

alfacashier / alfacashier-api-php example snippets



// include once ALFAcashier main API class
ception.php';
use ALFAcashier\ALFAcashierAPI;
use ALFAcashier\ALFAcashier_Exception;
// create new ALFAcashierAPI object
$api = new ALFAcashierAPI;
json
"alfacashier/alfacashier-api-php": "~v1.0"
sh
git clone https://github.com/alfacashier/alfacashier-api-php
cd alfacashier-api-php/