PHP code example of unocha / ocha_key_figures

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

    

unocha / ocha_key_figures example snippets


$config['ocha_key_figures.settings']['ocha_api_url'] = 'https://keyfigures.api.unocha.org/api/v1';
$config['ocha_key_figures.settings']['ocha_api_key'] = 'YOUR-API-KEY';
$config['ocha_key_figures.settings']['ocha_app_name'] = 'YOUR-APP-NAME';
$config['ocha_key_figures.settings']['max_age'] = 60;