reptily/covid-19

covid-19 php example

1.0 2020-03-17 07:19 UTC

This package is auto-updated.

Last update: 2024-05-17 17:34:09 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);