PHP code example of sirma-ics / ics-api-sdk

1. Go to this page and download the library: Download sirma-ics/ics-api-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/ */

    

sirma-ics / ics-api-sdk example snippets

 

//load proper $_ENV package configuration - it is strongly advised to use any phpdotenv package for storing such configuration.

$api         = new NomenclaturesRequest();
$countries   = $api->getCountries();