thecodingmachine / weatherapi
This project is a demo containing a wrapper around OpenWeatherMap API. Don't use in production.
1.0.x-dev
2016-10-20 12:11 UTC
Requires
- guzzlehttp/psr7: ^1.3
- php-http/client-implementation: ^1.0
- php-http/message: ^1.4
- psr/cache: ^1.0
- psr/log: ^1.0
Requires (Dev)
- guzzlehttp/guzzle: ^6.0
- monolog/monolog: ^1.9
- php-http/guzzle6-adapter: ^1.1
- phpunit/phpunit: ^5.6
- tedivm/stash: ^0.14
This package is auto-updated.
Last update: 2024-11-06 23:57:36 UTC
README
This project was developed as part of a talk on code-agnostic packages at Paris ForumPHP 2016.
It contains a wrapper around OpenWeatherMap API.
Important: this is just a demo, not a real complete OpenWeatherMap API. If you are looking for a full blown API to get the weather, there are plenty of packages that do that perfectly on Packagist. Just find one that suit your needs.