2017 © Pedro Peláez
 

library version-eye-module

VersionEye Module for Zend Framework 2

image

ocramius/version-eye-module

VersionEye Module for Zend Framework 2

  • Wednesday, December 16, 2015
  • by Ocramius
  • Repository
  • 2 Watchers
  • 16 Stars
  • 1,084 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 8 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

VersionEye Module

Build Status, (*1)

This library aims at providing a simple integration layer with the VersionEye API., (*2)

Installation

Suggested installation method is through composer:, (*3)

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

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., (*4)

After enabling it, you should visit the VersionEye website and get your API key., (*5)

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

<?php
return array(
    'version_eye_module' => array(
        'api_key' => 'YOUR_API_KEY_HERE',
    ),
);

That's it!, (*7)

Toolbar

If you use Zend Framework 2 and this module, you may want to install ZendDeveloperTools., (*8)

This will allow you to have constant overview on the update status of the packages in your application., (*9)

The Versions