Download the PHP package gnahotelsolutions/laravel-weather without Composer
On this page you can find all versions of the php package gnahotelsolutions/laravel-weather. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gnahotelsolutions/laravel-weather
More information about gnahotelsolutions/laravel-weather
Files in gnahotelsolutions/laravel-weather
Package laravel-weather
Short Description 🌤️ A wrapper around Open Weather Map to get the current weather on a location.
License MIT
Homepage https://github.com/gnahotelsolutions/weather
Informations about the package laravel-weather
Laravel Open Weather Map Wrapper
🌤️ A wrapper around Open Weather Map API (Current weather)
Installation
You can install the package via composer:
Usage
Fill the WEATHER_API_KEY
environment variable with your own API key to query the server.
Units
By default the package uses metric
for Celsius temperature results, this can be modified using the
configuration file or on the fly:
Language
By default the package uses es
for the description translation, this can be modified using the
configuration file or on the fly:
Guzzle Client Instance
If you need to use another instance of Guzzle, to modify headers for example:
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- David Llop
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-weather with dependencies
guzzlehttp/guzzle Version ^6.4|^7.0
illuminate/support Version 5.8.*|6.*|7.*|8.*