jinas/covid-19-observer 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jinas/covid-19-observer

Composer 安装命令:

composer require jinas/covid-19-observer

包简介

PHP Toolkit to get data about covid19

README 文档

README

Build Status StyleCI

PHP Toolkit to get data about covid19.

Installation

composer require jinas/covid-19-observer

Packages Used

All the global data is from John Hopkins University CSSE, COVID19API, COVIDREST,WOLRDOMETER Local Data(Maldives) by HPA, Coronamv

Usage

Load the adapter you want to use into statistics class LoadAdaptermethod

use Jinas\Covid19\Statistics;

$stats = Statistics::LoadAdapter(
    new \Jinas\Covid19\Adapters\WorldoMeter
);

// Returns the total number of confirmed,recovered and deaths
$stats->GetTotal(); 

Available Adapters

\Jinas\Covid19\Adapters

  • JohnHopkins
  • Covid19API
  • CovidRest
  • WorldoMeter

Available Helper Classes

\Jinas\Covid19\MV\MaldivesStats

Wrapper around coronamv API.

List of available functions:

  • GetTotal(): Get the total statistics numbers in maldives.
  • GetCases(): Get all the cases in maldives.
  • GetCasesSortedByRecent(): Get all the cases in maldives sorted by recent case.
  • GetCasesGroupedByAtoll(): Get all the cases in maldives grouped by administrative atoll in an array.
  • GetAlertLevels(): Get all the Alert levels in maldives [ national and island alerts]
  • GetAlertLevelsSortedByLevel(): Get all the alert levels in maldives sorted by highest level.

\Jinas\Covid19\MV\HPA

Wrapper around HPA MV API.

List of available functions:

  • GetGlobaTotal(): Get total number of cases globaly.
  • GetLocalTotal(): Get total Statistics In maldives.
  • GetClinics(): Get the flu clinics details from HPA.
  • GetAlertLevels(): Get Local Alert levels from HPA API.
  • GetRestrictedPlaces(): Get Local Restricted places from HPA.
  • GetTravelBans(): Get all the travel bannned countries.

\Jinas\Covid19\MV\MvCases

Wrapper around HPA Case API

  • GetAll(): Get all returned by the API.
  • GetCases(): Get all the cases returned by the API.
  • FilterCasesByAge(string $operator, $value): Filter cases by there age.
  • FilterCasesByNationality(string $nationality): Filter cases by nationality.
  • FilterCasesByGender($gender): Filter cases by gender.

\Jinas\Covid19\MV\NewsFeed

Fetch the news assosiated with covid 19 from maldivian news websites.

List of available functions:

  • FetchNews(): Fetch news assosiated with covid 19 in avas and sun news as an array.

\Jinas\Covid19\MV\Feed

Get Global case Feed in dhivehi. Wrapper around coronamv feeds API.

List of available functions:

  • GetTimeline(): Get Global case Feed in dhivehi.

\Jinas\Covid19\Adapters\JohnHopkins

Wrapper around John hopkin's API.

List of available functions:

  • GetTotal(): Get Total number of confirmed cases,recovered and deaths globally.
  • GetAll(): Get all the attributes returned by hopkins API.
  • GetAllCountries(): Get an array of available countries in Hopkin's Database.
  • GetTotalByCountry(): Get the total confirmed cases,recovered,deaths in countries.
  • GetAllGroupedByCountry(): Get all the attributes returned by hopkins API grouped by country region.
  • GetTimeSeries() : Get all the confirmed cases,recovered,deaths in timeseries

\Jinas\Covid19\Adapters\Covid19API

Wrapper around covid19api.com API.

List of available functions:

  • GetTotal(): Get Total number of confirmed cases,recovered,active and deaths globally.
  • GetAll(): Get all the attributes returned by API.

Image Render

This package also has ability to render the statistics as an image.

globalcases The image is auto updated

Usage

use Jinas\Covid19\Render;

Render::RenderGlobal();

Source

Showcase

License

MIT License 2020, Mohamed Jinas.

统计信息

  • 总下载量: 39
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-03-20

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固