PHPackages                             ocramius/version-eye-module - 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. ocramius/version-eye-module

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

ocramius/version-eye-module
===========================

VersionEye Module for Zend Framework 2

1.0.0(13y ago)161.1k5[1 issues](https://github.com/Ocramius/VersionEyeModule/issues)MITPHP

Since Jan 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/Ocramius/VersionEyeModule)[ Packagist](https://packagist.org/packages/ocramius/version-eye-module)[ Docs](https://github.com/Ocramius/VersionEyeModule)[ RSS](/packages/ocramius-version-eye-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

VersionEye Module
=================

[](#versioneye-module)

[![Build Status](https://camo.githubusercontent.com/4c0a6aab78e9b21f7f7855a268d1d4a6fc1c7dd6fbe60e592a67a6f65ac42a35/68747470733a2f2f7472617669732d63692e6f72672f4f6372616d6975732f56657273696f6e4579654d6f64756c652e706e67)](https://travis-ci.org/Ocramius/VersionEyeModule)

This library aims at providing a simple integration layer with the [VersionEye API](http://www.versioneye.com/api).

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

[](#installation)

Suggested installation method is through [composer](http://getcomposer.org/):

```
php composer.phar require ocramius/version-eye-module:1.0.*
```

Setup
-----

[](#setup)

If you use Zend Framework 2, you can now enable this module in your application by adding it to `config/application.config.php` as `VersionEyeModule`.

After enabling it, you should visit the [VersionEye website](https://www.versioneye.com/settings/api) and get your API key.

You can then drop a new file called `versioneye.local.php` in your `config/autoload/` directory, and put following in it:

```
