reptily / covid-19
covid-19 php example
1.0
2020-03-17 07:19 UTC
This package is auto-updated.
Last update: 2024-10-17 18:21:48 UTC
README
For infection
composer require reptily/covid-19
Example
<?php require __DIR__ . '/vendor/autoload.php'; //3 - percentage for death $COVID = new \COVID\Init(3);