PHPackages                             torann/laravel-weather - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. torann/laravel-weather

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

torann/laravel-weather
======================

Simple weather forecaster for Laravel

0.1.0(11y ago)353159[2 issues](https://github.com/Torann/laravel-weather/issues)BSD 2-ClausePHPPHP &gt;=5.4.0

Since Oct 10Pushed 9y ago3 watchersCompare

[ Source](https://github.com/Torann/laravel-weather)[ Packagist](https://packagist.org/packages/torann/laravel-weather)[ RSS](/packages/torann-laravel-weather/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

> **NOTICE** This package no longer works as intended, the endpoint it uses no longer exists

Laravel Weather
===============

[](#laravel-weather)

[![Latest Stable Version](https://camo.githubusercontent.com/606f9b14bb7f24edc4515547dce1f66ce8166b42011954e9a29b17b67bc27c88/68747470733a2f2f706f7365722e707567782e6f72672f746f72616e6e2f6c61726176656c2d776561746865722f762f737461626c652e706e67)](https://packagist.org/packages/torann/laravel-weather) [![Total Downloads](https://camo.githubusercontent.com/b3976a162945e2fc2c537f879e47a52a4151cb55708f02aa4aa1e13a9289b441/68747470733a2f2f706f7365722e707567782e6f72672f746f72616e6e2f6c61726176656c2d776561746865722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/torann/laravel-weather)

Just a simple weather package for Laravel.

---

Installation
------------

[](#installation)

- [Laravel Weather on Packagist](https://packagist.org/packages/torann/laravel-weather)
- [Laravel Weather on GitHub](https://github.com/torann/laravel-weather)

To get the latest version of Laravel Weather simply require it in your `composer.json` file.

```
"torann/laravel-weather": "0.1.*@dev"

```

You'll then need to run `composer install` to download it and have the autoloader updated.

Once installed you need to register the service provider with the application. Open up `app/config/app.php` and find the providers key.

```
'providers' => [
    'Torann\LaravelWeather\ServiceProvider',
]
```

> **NOTE:** the is automatically registered during boot.

### Publish package assets:

[](#publish-package-assets)

```
$ php artisan asset:publish torann/laravel-weather

```

Add the following to the page where the Laravel Weather widget script will be active:

```
{{ HTML::style('/packages/torann/laravel-weather/weather.css') }}

```

If using [Duct](https://github.com/torann/asset-duct) add this to the CSS manifest file:

```
 *= require torann/laravel-weather/weather.css

```

Rendering
---------

[](#rendering)

Rendering weather by point:

```
Weather::renderByPoint($lat, $lng)

```

Rendering weather by city name:

```
Weather::renderByName('Hamden, CT')

```

Example
-------

[](#example)

An live example can be seen on [Snowcrew.org](http://snowcrew.org)

[![Example.png](./docs/example.png)](./docs/example.png)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4285d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1406755?v=4)[Daniel Stainback](/maintainers/torann)[@Torann](https://github.com/Torann)

---

Top Contributors

[![Torann](https://avatars.githubusercontent.com/u/1406755?v=4)](https://github.com/Torann "Torann (8 commits)")

---

Tags

laravelweatherforecaststorms

### Embed Badge

![Health badge](/badges/torann-laravel-weather/health.svg)

```
[![Health](https://phpackages.com/badges/torann-laravel-weather/health.svg)](https://phpackages.com/packages/torann-laravel-weather)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k12.5k1](/packages/vinkius-labs-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90142.9k](/packages/emargareten-inertia-modal)[wearepixel/laravel-cart

A cart implementation for Laravel

1374.8k](/packages/wearepixel-laravel-cart)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
