marioblazek / covid19-api-client
PHP client for https://covid19api.com/
v1.0.1
2020-03-29 14:27 UTC
Requires
- php: ^7.3
- ext-json: *
- beberlei/assert: ^3.0
- symfony/cache: ^5.0
- symfony/http-client: ^5.0
- symfony/property-access: ^5.0
- symfony/property-info: ^5.0
- symfony/serializer: ^5.0
- symfony/yaml: ^5.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.16
- phpunit/phpunit: ^9.0
- symfony/var-dumper: ^5.0
This package is auto-updated.
Last update: 2024-10-22 22:15:43 UTC
README
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 and sources data from John Hopkins CSSE.
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.