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: 2 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T12:03:21.000Z (over 6 years ago)
- Last Synced: 2025-01-12T09:32:07.779Z (over 1 year 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
=======================
[](https://travis-ci.org/marioblazek/covid19-api-client)
[](https://codecov.io/gh/MarioBlazek/covid19-api-client)
[](https://github.com/marioblazek/covid19-api-client)
[](https://packagist.org/packages/marioblazek/covid19-api-client)
[](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)