thecodingmachine / weatherapi
本项目包含对OpenWeatherMap API的封装,仅用于演示,请勿在生产环境中使用。
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-09-06 23:36:26 UTC
README
本项目是在2016年巴黎ForumPHP会议上关于代码无关包的演讲中开发的。
它包含对OpenWeatherMap API的封装。
重要:这只是一个演示,并不是完整的OpenWeatherMap API。如果您正在寻找一个完整的天气API,Packagist上有很多这样的包。只需找到满足您需求的包即可。