Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/marioblazek/covid19-api-client
- Owner: MarioBlazek
- License: gpl-2.0
- Created: 2020-03-25T22:28:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T12:03:21.000Z (over 4 years ago)
- Last Synced: 2024-04-18T12:10:30.644Z (7 months ago)
- Topics: covid-19, covid-api, covid-api-client, covid-php-api
- Language: PHP
- Size: 82 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 goAnd 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)