roofr / laravel-weather
A local weather module
Installs: 3 440
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 2
Open Issues: 0
Requires
- php: ^7.1
- toin0u/geocoder-laravel: ^1.0
Requires (Dev)
- larapack/dd: ^1.0
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2025-04-02 23:23:46 UTC
README
A simple package to fetch data from an api and display it in a widget on your page!
Installation
You can install the package via composer:
composer require roofr/laravel-weather
Usage
$weather = new Roofr\Weather(); echo $weather->generate('Naples, FL');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please use the issue tracker on github!
Credits
License
The MIT License (MIT). Please see License File for more information.