PHPackages                             artur-gajewski/google-weather - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. artur-gajewski/google-weather

ActiveModule[Utility &amp; Helpers](/categories/utility)

artur-gajewski/google-weather
=============================

This module provides a way to obtain weather forecast for a given city and use view helper to display that information on your view scripts.

3521PHP

Since Sep 27Pushed 13y ago1 watchersCompare

[ Source](https://github.com/artur-gajewski/GoogleWeather)[ Packagist](https://packagist.org/packages/artur-gajewski/google-weather)[ RSS](/packages/artur-gajewski-google-weather/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

GoogleWeather module for Zend Framework 2
=========================================

[](#googleweather-module-for-zend-framework-2)

This module provides a way to obtain weather forecast for a given city and use view helper to display taht information on your view scripts.

Requirements:

- PHP 5.3
- Zend Framework 2
- An active internet connection (module fetches forecast from Google)

See

Follow me on twitter: @GajewskiArtur

Installation with Composer
--------------------------

[](#installation-with-composer)

Go to your project directory and add the following line to "require" list in composer.json file:

```
"artur-gajewski/google-weather": "dev-master"
```

Now run the Composer:

```
php composer.phar install
```

Then add 'GoogleWeather' into the Module array in APPLICATION\_ROOT/config/application.config.php

```
