ocramius/version-eye-module 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ocramius/version-eye-module

最新稳定版本:1.0.0

Composer 安装命令:

composer require ocramius/version-eye-module

包简介

VersionEye Module for Zend Framework 2

README 文档

README

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.

统计信息

  • 总下载量: 1.1k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 16
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 16
  • Watchers: 2
  • Forks: 7
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-27