Skip to content

reptily/COVID-19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

For infection

composer require reptily/covid-19

Example

<?php
require __DIR__ . '/vendor/autoload.php';

//3 - percentage for death
$COVID = new \COVID\Init(3);