PHP code example of arthurkirkosa / oblio-php-client

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

    

arthurkirkosa / oblio-php-client example snippets


$client = new \mrbig00\Oblio\Api\Client(
    '[email protected]',
    'clientSecret'
);

$client->getCompanies(['cif' => 'YOUR_CIF']);
$client->getVatRates(['cif' => 'YOUR_CIF']);