1. Go to this page and download the library: Download quicreatdev/vatflow-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/ */
quicreatdev / vatflow-php example snippets
use VatFlow\VatFlowClient;
// Initialize the client
$client = new VatFlowClient('YOUR_RAPIDAPI_KEY');
array(3) {
["success"] => bool(false)
["error"] => string(60) "The VAT number format is invalid for this country."
["status_code"] => int(400) // Provided for network or severe API errors
}
bash
composer
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.