reptily / covid-19
covid-19 php example
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/reptily/covid-19
This package is auto-updated.
Last update: 2025-09-17 20:40:30 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);