2017 © Pedro Peláez
 

symfony-bundle version-eye-bundle

Symfony MattschesVersionEyeBundle

image

mattsches/version-eye-bundle

Symfony MattschesVersionEyeBundle

  • Tuesday, August 16, 2016
  • by mattsches
  • Repository
  • 2 Watchers
  • 15 Stars
  • 2,688 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

VersionEye Bundle

Build Status SensioLabsInsight Dependency Status, (*1)

Installation

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

php composer.phar require mattsches/version-eye-bundle:dev-master

Add the bundle to your app/AppKernel.php under the dev environment, (*3)

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
            ...
            $bundles[] = new Mattsches\VersionEyeBundle\MattschesVersionEyeBundle();
        }

Setup

Add the following to your app/config/config_dev.yml (you only want to use this in the dev environment), (*4)

mattsches_version_eye:
    api_key: YOUR_VERSION_EYE_API_KEY_HERE
    # These two are optional
    base_url: "https://www.versioneye.com/api/v2"
    filesystem_cache_path: "%kernel.cache_dir%/versioneye"

A Word Of Caution

Although this plugin caches all requests to the VersionEye servers, it may slow down your project a bit (dev only, of course). In my project, average response time is up to 400ms slower when there is no cache., (*5)

Requirements

This bundle requires Symfony version 2.7 or higher. Sorry., (*6)

The Versions

16/08 2016

dev-master

9999999-dev

Symfony MattschesVersionEyeBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle version eye

16/08 2016

0.5.1

0.5.1.0

Symfony MattschesVersionEyeBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle version eye

30/03 2016

0.5.0

0.5.0.0

Symfony MattschesVersionEyeBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle version eye

29/03 2013

0.4.0

0.4.0.0

Symfony MattschesVersionEyeBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle version eye

09/03 2013

0.3.0

0.3.0.0

Symfony MattschesVersionEyeBundle

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony2 bundle version eye