PHPackages                             cloudstash/openweathermap-php-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. cloudstash/openweathermap-php-api

ActiveLibrary[API Development](/categories/api)

cloudstash/openweathermap-php-api
=================================

A php api to parse weather data from OpenWeatherMap.org. This api tries to normalise and abstract the data and remove inconsistencies.

v2.3.0(8y ago)125MITPHPPHP &gt;=5.3.0

Since Jul 21Pushed 8y ago1 watchersCompare

[ Source](https://github.com/kulikovviktor/OpenWeatherMap-PHP-Api)[ Packagist](https://packagist.org/packages/cloudstash/openweathermap-php-api)[ Docs](https://github.com/kulikovviktor/OpenWeatherMap-PHP-Api)[ RSS](/packages/cloudstash-openweathermap-php-api/feed)WikiDiscussions master Synced 6d ago

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

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

[](#openweathermap-php-api)

A php API to retrieve and parse global 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.

[![Build Status](https://camo.githubusercontent.com/24fe1a48f45281214e7776e1659e863474d0c979f121742c573e850bd0bd0682/68747470733a2f2f7472617669732d63692e6f72672f636d66636d662f4f70656e576561746865724d61702d5048502d4170692e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/cmfcmf/OpenWeatherMap-PHP-Api)[![Scrutinizer Quality Score](https://camo.githubusercontent.com/55f3277579685c8c7e9811802e7524f450f1dd002eece7544c5a433893e84df3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f636d66636d662f4f70656e576561746865724d61702d5048502d4170692f6261646765732f7175616c6974792d73636f72652e706e673f733d66333163613038616138383936343136636631363234303364333433363266306135646130393636)](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/)[![codecov](https://camo.githubusercontent.com/01ac31d32da9be410ba5dda3b5a1d70a4279594fb7896a143a9dd9fb478fbe0f/68747470733a2f2f636f6465636f762e696f2f67682f636d66636d662f4f70656e576561746865724d61702d5048502d4170692f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/cmfcmf/OpenWeatherMap-PHP-Api)[![SensioLabsInsight](https://camo.githubusercontent.com/98b032962b9ed86743691af0f5f6d136783df1aff2c76951a037a45e717e9fc9/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30616464666232342d653262342d346665622d383438652d3836623230373863613130342f6269672e706e67)](https://insight.sensiolabs.com/projects/0addfb24-e2b4-4feb-848e-86b2078ca104)

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

[](#installation)

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

```
composer require "cmfcmf/openweathermap-php-api"

```

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

[](#example-call)

```
