reptily/covid-19

covid-19 php example

Maintainers

Package info

github.com/reptily/COVID-19

pkg:composer/reptily/covid-19

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

1.0 2020-03-17 07:19 UTC

This package is auto-updated.

Last update: 2026-02-17 21:44:03 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);