PHPackages                             floodedcodeboy/world-weather-online-laravel - 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. [API Development](/categories/api)
4. /
5. floodedcodeboy/world-weather-online-laravel

AbandonedArchivedLibrary[API Development](/categories/api)

floodedcodeboy/world-weather-online-laravel
===========================================

Allows for easy usage of the Weather Online api in your Laravel application. Currently only the premium API is supported.

v0.10(12y ago)4551[1 issues](https://github.com/floodedcodeboy/world-weather-online-laravel/issues)Apache-2.0PHPPHP &gt;=5.3.0

Since Jan 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/floodedcodeboy/world-weather-online-laravel)[ Packagist](https://packagist.org/packages/floodedcodeboy/world-weather-online-laravel)[ RSS](/packages/floodedcodeboy-world-weather-online-laravel/feed)WikiDiscussions master Synced today

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

World Weather Online Package
============================

[](#world-weather-online-package)

This package is to interact with the World Weather Online API. It was developed for Laravel 4. It will return a temperature or the full weather object given a location.

### Installation

[](#installation)

1. Install Composer:
2. Edit the composer.json file in your laravel project and add: "floodedcodeboy/world-weather-online-laravel": "dev-master" in the "require" section.
3. Run "composer update"
4. Get an API key with World Weather Online:
5. Edit the config.php file in vendor/floodedcodeboy/world-weather-online-laravel/src/config and put the API key in
6. Add the Service provider in your app/config/app.php under 'providers': Floodedcodeboy\\WorldWeatherOnline\\WorldWeatherOnlineServiceProvider

### Example Usage

[](#example-usage)

In your app create the object, and call the appropriate functions.

```
$WorldWeatherOnline = App::make('worldweatheronline');

$location = 'London, UK';
$temperature = $WorldWeatherOnline::current_temp($location);
$condition = $WorldWeatherOnline::current_conditions($location);

$location2 = '-33.8678500, 151.2073200';
$temperature = $WorldWeatherOnline::current_temp($location2);
$condition = $WorldWeatherOnline::current_conditions($location2);

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85% 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

Every ~71 days

Total

2

Last Release

4429d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/84b78c25e205bcdce6d5495941cf8020a058e45ec9184f0b2054d301a57c90f9?d=identicon)[floodedcodeboy](/maintainers/floodedcodeboy)

---

Top Contributors

[![floodedcodeboy](https://avatars.githubusercontent.com/u/1107148?v=4)](https://github.com/floodedcodeboy "floodedcodeboy (17 commits)")[![mcsaatchiLondon](https://avatars.githubusercontent.com/u/6330522?v=4)](https://github.com/mcsaatchiLondon "mcsaatchiLondon (3 commits)")

---

Tags

laravelLaravel 4worldweatheronline

### Embed Badge

![Health badge](/badges/floodedcodeboy-world-weather-online-laravel/health.svg)

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

###  Alternatives

[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[mll-lab/laravel-graphiql

Easily integrate GraphiQL into your Laravel project

683.2M9](/packages/mll-lab-laravel-graphiql)[philo/laravel-twitter

A simple Laravel 4 service provider for including the TwitterOAuth library.

5019.5k](/packages/philo-laravel-twitter)[rakibdevs/openweather-laravel-api

Laravel package to connect https://openweathermap.org/ to get customized weather data for any location on the globe immediately

7648.2k](/packages/rakibdevs-openweather-laravel-api)[gnahotelsolutions/laravel-weather

🌤️ A wrapper around Open Weather Map to get the current weather on a location.

385.3k](/packages/gnahotelsolutions-laravel-weather)[davispeixoto/laravel-salesforce

Laravel 4 Salesforce Force.com PHP Toolkit port

1433.1k](/packages/davispeixoto-laravel-salesforce)

PHPackages © 2026

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