PHP code example of supermercato24 / soldo-php-sdk
1. Go to this page and download the library: Download supermercato24/soldo-php-sdk 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/ */
supermercato24 / soldo-php-sdk example snippets
$soldo = new \Soldo\Soldo([
'client_id' => 'Eu97aMWTV3ta9AchozCozGn15XiX6t5x',
'client_secret' => 'msNE5I1BnSkWBHPVRJDMYqKvTKRfCS4a',
]);