PHPackages                             ajur-media/openweathermap-data-parser - 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. ajur-media/openweathermap-data-parser

ActiveLibrary[API Development](/categories/api)

ajur-media/openweathermap-data-parser
=====================================

A PHP class to parse weather data from OpenWeatherMap.org. This library tries to normalise and abstract the data and remove inconsistencies

1.0.0(10mo ago)05551MITPHPPHP ^8.2

Since Oct 24Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/ajur-media/openweathermap-data-parser)[ Packagist](https://packagist.org/packages/ajur-media/openweathermap-data-parser)[ Docs](https://github.com/ajur-media/openweathermap-data-parser)[ RSS](/packages/ajur-media-openweathermap-data-parser/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (1)

OpenWeatherMap PHP API
======================

[](#openweathermap-php-api)

A PHP class to retrieve and parse weather data from [OpenWeatherMap.org](http://www.OpenWeatherMap.org).

This library aims to normalise the provided data and remove some inconsistencies. This library is neither maintained by OpenWeatherMap nor their official PHP API.

Installation
============

[](#installation)

This library can be found on [Packagist](https://packagist.org/packages/cmfcmf/openweathermap-php-api). The recommended way to install and use it is through [Composer](http://getcomposer.org).

```
composer require ajur-media/openweathermap-data-parser

```

Example call
============

[](#example-call)

```
