basteyy / php-openweathermap
Simple php class for using the openweathermap-api including caching.
1.0.0
2021-03-31 17:43 UTC
Requires
- ext-json: *
This package is auto-updated.
Last update: 2024-11-15 19:04:57 UTC
README
A small and dirty solution for using the openweather api to grap the temprature and wheather (text and icon).
Install
Use composer to install the script:
composer require basteyy/php-openweathermap
Usage
See example/example.php for usage
License
The MIT License (MIT). Please see License File for more information.