PHP code example of ibrahimbougaoua / laravel-vfdplus

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

    

ibrahimbougaoua / laravel-vfdplus example snippets


return [
    'home' => 'https://app.vfdplus.co.tz/vfd-thirdparty-api/',
    'post_fiscal_receipt' => 'post_fiscal_receipt',
    'post_fiscal' => 'post_fiscal',
    'serial_info' => 'serial_info',
    'account_info' => 'account_info',
    'vfdplus_api_key' => 'DEMO-KEY-0001',
    'qrserver' => 'https://api.qrserver.com/v1/create-qr-code',
    'verify' => 'https://verify.tra.go.tz/',
];