Code Monkey home page Code Monkey logo

versioneyemodule's Introduction

VersionEye Module

Build Status

This library aims at providing a simple integration layer with the VersionEye API.

Installation

Suggested installation method is through composer:

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.

After enabling it, you should visit the VersionEye website 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:

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

That's it!

Toolbar

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

This will allow you to have constant overview on the update status of the packages in your application.

versioneyemodule's People

Contributors

digitalkaoz avatar ocramius avatar thomasvargiu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

versioneyemodule's Issues

Some more documentation?

This sounds like a nice idea! If you provided a bit more information about the functionality, it would be much easier to judge whether it could be useful or not. Is it an API wrapper, does it upload my composer.json and show me the result in a dedicated view, does it depend on the dev module or does it just integrate with that, etc.? It's all quite unclear from the readme.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.