Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marioblazek/covid19-api-client

PHP library for working with https://covid19api.com/ API.
https://github.com/marioblazek/covid19-api-client

covid-19 covid-api covid-api-client covid-php-api

Last synced: 3 days ago
JSON representation

PHP library for working with https://covid19api.com/ API.

Awesome Lists containing this project

README

        

COVID19 API PHP Library
=======================

[![Build Status](https://img.shields.io/travis/marioblazek/covid19-api-client.svg?style=for-the-badge&logo=travis)](https://travis-ci.org/marioblazek/covid19-api-client)
[![Code coverage](https://img.shields.io/codecov/c/github/MarioBlazek/covid19-api-client?style=for-the-badge)](https://codecov.io/gh/MarioBlazek/covid19-api-client)
[![PHP Version](https://img.shields.io/packagist/php-v/marioblazek/covid19-api-client.svg?style=for-the-badge)](https://github.com/marioblazek/covid19-api-client)
[![Stable Version](https://img.shields.io/packagist/v/marioblazek/covid19-api-client.svg?style=for-the-badge&label=Latest)](https://packagist.org/packages/marioblazek/covid19-api-client)
[![Total Downloads](https://img.shields.io/packagist/dt/marioblazek/covid19-api-client.svg?style=for-the-badge&label=Total+downloads)](https://packagist.org/packages/marioblazek/covid19-api-client/stats)

PHP library for working with https://covid19api.com/ API. It is a free API for data on the Coronavirus. It is developed by [Kyle Redelinghuys](https://twitter.com/ksredelinghuys) and sources data from [John Hopkins CSSE](https://github.com/CSSEGISandData/COVID-19).

Key strong points:
* Data that is updated multiple times a day
* Use the API for free, use it for whatever you want
* Responses are in JSON making for easy integration
* Build products to help get data where it needs to go

And this library wraps up everything in nice PHP API.

License, docs and installation instructions
-------------------------------------------

[License](LICENSE)

[Installation instructions](doc/INSTALL.md)

[Documentation](doc/DOC.md)

[Changelog](doc/CHANGELOG.md)