PHPackages                             mattsches/version-eye-bundle - 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. mattsches/version-eye-bundle

ActiveSymfony-bundle

mattsches/version-eye-bundle
============================

Symfony MattschesVersionEyeBundle

0.5.1(9y ago)122.7k5MITPHPPHP &gt;=5.5

Since Mar 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/mattsches/VersionEyeBundle)[ Packagist](https://packagist.org/packages/mattsches/version-eye-bundle)[ RSS](/packages/mattsches-version-eye-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (5)Used By (0)

VersionEye Bundle
=================

[](#versioneye-bundle)

[![Build Status](https://camo.githubusercontent.com/dc937de4d1778ee793e4c94ded4e68933e35f3aa58f236f115fcb28b3392fc26/68747470733a2f2f7472617669732d63692e6f72672f6d61747473636865732f56657273696f6e45796542756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mattsches/VersionEyeBundle)[![SensioLabsInsight](https://camo.githubusercontent.com/b8c0a859d13207ecae24da3b10dbe4279d065d747043d8109d33e39c792c9c6d/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f39636539323132392d393639362d343734642d383634312d6630363435353436343331612f6d696e692e706e67)](https://insight.sensiolabs.com/projects/9ce92129-9696-474d-8641-f0645546431a)[![Dependency Status](https://camo.githubusercontent.com/61cc6434ada6bcb90495f3c8fdae8ea356c33c593e9b3ee5d6de997b5a4f743d/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537303263316334666364313961303034353433663865342f62616467652e7376673f7374796c653d666c6174)](https://www.versioneye.com/user/projects/5702c1c4fcd19a004543f8e4)

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

[](#installation)

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

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

Add the bundle to your app/AppKernel.php under the dev environment

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

Setup
-----

[](#setup)

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

```
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
-----------------

[](#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.

Requirements
------------

[](#requirements)

This bundle requires Symfony version 2.7 or higher. Sorry.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 77.8% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~418 days

Total

4

Last Release

3562d ago

PHP version history (2 changes)0.3.0PHP &gt;=5.3.2

0.5.0PHP &gt;=5.5

### Community

Maintainers

![](https://www.gravatar.com/avatar/9e8229b6e84fca8e3b5dc52c4d0fe69db217854ef50c163eb79866ad8ee54647?d=identicon)[mattsches](/maintainers/mattsches)

---

Top Contributors

[![mattsches](https://avatars.githubusercontent.com/u/68414?v=4)](https://github.com/mattsches "mattsches (35 commits)")[![ChristianRiesen](https://avatars.githubusercontent.com/u/1446701?v=4)](https://github.com/ChristianRiesen "ChristianRiesen (4 commits)")[![arendjantetteroo](https://avatars.githubusercontent.com/u/713066?v=4)](https://github.com/arendjantetteroo "arendjantetteroo (2 commits)")[![digitalkaoz](https://avatars.githubusercontent.com/u/293591?v=4)](https://github.com/digitalkaoz "digitalkaoz (2 commits)")[![jsor](https://avatars.githubusercontent.com/u/55574?v=4)](https://github.com/jsor "jsor (2 commits)")

---

Tags

bundleSymfony2version eye

### Embed Badge

![Health badge](/badges/mattsches-version-eye-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/mattsches-version-eye-bundle/health.svg)](https://phpackages.com/packages/mattsches-version-eye-bundle)
```

###  Alternatives

[liuggio/excelbundle

This is a Symfony2 Bundle helps you to read and write Excel files (including pdf, xlsx, odt), thanks to the PHPExcel library

3776.4M10](/packages/liuggio-excelbundle)[stfalcon/tinymce-bundle

This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.

2692.9M24](/packages/stfalcon-tinymce-bundle)[data-dog/audit-bundle

Audit bundle for symfony2 and doctrine orm, logs any database change

141901.7k1](/packages/data-dog-audit-bundle)[data-dog/pager-bundle

Paginator bundle for symfony2 and doctrine orm, allows customization with filters and sorters

11103.5k7](/packages/data-dog-pager-bundle)[symfonyid/admin-bundle

Provide Admin Generator with KISS Principle

141.6k](/packages/symfonyid-admin-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
