PHPackages                             undeadline/yandex-weather-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. undeadline/yandex-weather-laravel

ActiveLibrary[API Development](/categories/api)

undeadline/yandex-weather-laravel
=================================

Package for Laravel what use yandex weather api.

v1.0.1(6y ago)129MITPHPPHP &gt;=7.2CI failing

Since Mar 14Pushed 6y ago2 watchersCompare

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

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

Yandex weather for Laravel
==========================

[](#yandex-weather-for-laravel)

Installing guide
----------------

[](#installing-guide)

The recommended way to install YW is through [Composer](https://getcomposer.org/).

```
composer require undeadline/yandex-weather-laravel
```

After composer require you need use this command

```
php artisan vendor:publish --tag=config
```

```
$latitude = 15.8921;
$longitude = 82.78821;
$params = [
    'lang' => 'ru_RU', // response language
    'limit' => 1, // forecast period
    'hours' => true, // response is contains horly period
    'extra' => true // detailed precipitation forecast
];

$weather = new \Undeadline\YW\YandexWeather($latitude, $longitude, $params);

echo $weather->temperature(); // current temperature
echo $weather->feelsTemperature(); // current feels temperature
echo $weather->icon(); // url for temperature icon
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity52

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

Every ~0 days

Total

2

Last Release

2250d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/920551156b4f3b2b6429b2a7dc7600b99a91751bb45aaaa867daddb0b79876e4?d=identicon)[undeadline](/maintainers/undeadline)

---

Top Contributors

[![undeadline](https://avatars.githubusercontent.com/u/11588798?v=4)](https://github.com/undeadline "undeadline (10 commits)")

---

Tags

laravelyandexweather

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[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)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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