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)333159[2 issues](https://github.com/Torann/laravel-weather/issues)BSD 2-ClausePHPPHP &gt;=5.4.0

Since Oct 10Pushed 8y 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 1mo ago

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 54% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity24

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

4232d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b740fab755b353680beb41191f3b6195d84d9811662960d07f2bf64fde2f7c64?d=identicon)[torann](/maintainers/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

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)[xefi/faker-php-laravel

Faker php integration with laravel

1915.1k](/packages/xefi-faker-php-laravel)[dcblogdev/laravel-junie

Install pre-configured guides for Jetbrains Junie

392.5k](/packages/dcblogdev-laravel-junie)

PHPackages © 2026

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