LaravelPackages.net
Acme Inc.
Toggle sidebar
roofr/laravel-weather

A local weather module

3.441
1
0.2.5
About roofr/laravel-weather

roofr/laravel-weather is a Laravel package for a local weather module. It currently has 1 GitHub stars and 3.441 downloads on Packagist (latest version 0.2.5). Install it with composer require roofr/laravel-weather. Discover more Laravel packages by roofr or browse all Laravel packages to compare alternatives.

Last updated

Darksky weather widget for Laravel

Latest Version on Packagist Build Status Quality Score Total Downloads

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.

Comments