PHP code example of spyrmp / greek-company-data-by-aade

1. Go to this page and download the library: Download spyrmp/greek-company-data-by-aade 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/ */

    

spyrmp / greek-company-data-by-aade example snippets


\Spyrmp\GreekCompanyDataByAade\GreekCompanyDataByAadeProvider::class,

'Spyrmp\GreekCompanyDataByAade' => Spyrmp\GreekCompanyDataByAade\Facades\GreekCompanyDataByAade::class,

$greekVatNumber = 123456789; // Greek Vat Number
$companyData = \Spyrmp\GreekCompanyDataByAade::getCompanyData($greekVatNumber);
dd($companyData);