PHP code example of marios88 / php-gsis

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

    

marios88 / php-gsis example snippets




use Gsis\VatDetails;
use Gsis\a39;

1','myafm1');
var_dump($gsis->fetchBasic('otherafm1'));

$gsis = new VatDetails('myusername2','mypassword2','myafm1');
var_dump($gsis->fetchBasic('otherafm2'));