PHP code example of sapistudio / novelcovid

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

    

sapistudio / novelcovid example snippets


SapiStudio\NovelCovid\Engine::importReport();

SapiStudio\NovelCovid\Engine::dailyReports();

SapiStudio\NovelCovid\Engine::retrieveAllReports();

SapiStudio\NovelCovid\Engine::retrieveCountryReport($country);