Download the PHP package ricbra/knmi-client without Composer
On this page you can find all versions of the php package ricbra/knmi-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package knmi-client
KNMI client
This repository contains a very simplistic PHP client for the KNMI hourly and daily endpoints. The response from KNMI is rather unsuable and this client returns a nice formatted array. Not the best you can get, but better than the original.
Installation
Since we're using php-http you're free to choose your own HTTP client library. For more information on how to pick your favourite client see the docs.
Installation using latest Guzzle:
$ composer require php-http/guzzle6-adapter ricbra/knmi-client guzzlehttp/psr7 php-http/message
If you don't specify any php-http adapter Composer will complain:
$ composer require ricbra/knmi-client
./composer.json has been created
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- ricbra/knmi-client 1.0.x-dev requires php-http/client-implementation ^1.0 -> no matching package found.
- ricbra/knmi-client dev-master requires php-http/client-implementation ^1.0 -> no matching package found.
- Installation request for ricbra/knmi-client @dev -> satisfiable by ricbra/knmi-client[dev-master, 1.0.x-dev].
Usage
All versions of knmi-client with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
psr/http-message Version ^1.0
php-http/client-implementation Version ^1.0
php-http/httplug Version ^1.0
php-http/message-factory Version ^1.0
php-http/discovery Version ^1.0
psr/http-message Version ^1.0
php-http/client-implementation Version ^1.0
php-http/httplug Version ^1.0
php-http/message-factory Version ^1.0
php-http/discovery Version ^1.0
The package ricbra/knmi-client contains the following files
Loading the files please wait ....