PHPackages                             slruslan/gismeteo-weather-api - 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. slruslan/gismeteo-weather-api

AbandonedArchivedLibrary[API Development](/categories/api)

slruslan/gismeteo-weather-api
=============================

A simple PHP wrapper for Gismeteo private weather endpoints

7803PHP

Since Feb 21Pushed 7y ago2 watchersCompare

[ Source](https://github.com/slruslan/gismeteo-weather-api)[ Packagist](https://packagist.org/packages/slruslan/gismeteo-weather-api)[ RSS](/packages/slruslan-gismeteo-weather-api/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Gismeteo Weather API
====================

[](#gismeteo-weather-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6669bdad738a447d4b316342ede5c5b8fc5145bca2a9104d821f4584abbf07eb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736c7275736c616e2f6769736d6574656f2d776561746865722d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/slruslan/gismeteo-weather-api)[![License GPL](https://camo.githubusercontent.com/eeaed0629e9b1fb61eba86008d9f88253778639385cfb96e631d554f9cdd2a63/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d626c75652e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/eeaed0629e9b1fb61eba86008d9f88253778639385cfb96e631d554f9cdd2a63/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d47504c2d626c75652e7376673f7374796c653d666c61742d737175617265)

Simple PHP wrapper for Gismeteo private API.

Uses Android application endpoints, so you don't need token.

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

[](#installation)

Using Composer:

```
$ composer require slruslan/gismeteo-weather-api --dev
```

Usage
-----

[](#usage)

Initialize wrapper instance:

```
$api = new \Slruslan\Gismeteo\Gismeteo();
```

Get forecast:

```
// Pass your city id.
// See below how to get it
$cityId = 5233;

// Get forecast
$forecast = $api->getForecast($cityId);

// Get current weather data:
var_dump($forecast->fact->values);

// Get weather forecast for week:
var_dump($forecast->days);

// Get info for the city you specified:
var_dump($forecast->location);
```

The library isn't really high-documented and most fields are unknown. If you know anything about that response fields, feel free sending pull requests.

Getting city id
---------------

[](#getting-city-id)

Go to gismeteo.ru and open the city you wish.

Then in the page URL you'll see the number, which is city id itself.

For example:

URL: So the city ID for Sochi is 5233.

API endpoint doesn't work anymore
---------------------------------

[](#api-endpoint-doesnt-work-anymore)

If you download this library and see it doesn't work, it means Gismeteo changed API endpoint url.

To find a new one, download latest version of Android application () and install apktool.

Decompile the app, using apktool:

```
apktool d gismeteo.apk

```

Open file smali/ru/gismeteo/a/d.smali and refer to line 52 (may be changed in future too).

You'll see something like:

```
const-string v1, "http://45e30b7f.services.gismeteo.ru/inform-service/a407a91cfcb53e52063b77e9e777f5bd/"

```

Copy this URL and paste to Gismeteo.php file in \_\_construct() method.

Congrats! You can use the API again.

License
-------

[](#license)

GNU General Public License v3.0 (GPL). The description is available at [LICENSE](LICENSE) file.

Contact:
--------

[](#contact)

You can always reach me by email:

Or VK: [vk.com/slruslan](https://vk.com/slruslan)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

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

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5718556?v=4)[Ruslan](/maintainers/slruslan)[@slruslan](https://github.com/slruslan)

---

Top Contributors

[![slruslan](https://avatars.githubusercontent.com/u/5718556?v=4)](https://github.com/slruslan "slruslan (8 commits)")[![feeilk1991](https://avatars.githubusercontent.com/u/27496328?v=4)](https://github.com/feeilk1991 "feeilk1991 (7 commits)")

### Embed Badge

![Health badge](/badges/slruslan-gismeteo-weather-api/health.svg)

```
[![Health](https://phpackages.com/badges/slruslan-gismeteo-weather-api/health.svg)](https://phpackages.com/packages/slruslan-gismeteo-weather-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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