PHPackages                             tarioch/pheal-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. [API Development](/categories/api)
4. /
5. tarioch/pheal-bundle

ActiveSymfony-bundle[API Development](/categories/api)

tarioch/pheal-bundle
====================

Adds Pheal support to your Symfony2 project.

0.1.3(10y ago)0816[1 issues](https://github.com/tarioch/pheal-bundle/issues)MITPHPPHP &gt;=5.4.4

Since Dec 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/tarioch/pheal-bundle)[ Packagist](https://packagist.org/packages/tarioch/pheal-bundle)[ Docs](https://github.com/tarioch/pheal-bundle)[ RSS](/packages/tarioch-pheal-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

Pheal Bundle
============

[](#pheal-bundle)

Copyright (C) 2013 - 2015 by Patrick Ruckstuhl All rights reserved.

Symfony bundle for Pheal - EVE Online API Library

LICENSE
-------

[](#license)

Pheal Bundle is licensed under a MIT style license, see LICENSE.txt for further information

INSTALLATION
------------

[](#installation)

First you need to add `tarioch/pheal-bundle` to `composer.json`:

```
{
   "require": {
        "tarioch/pheal-bundle": "dev-master"
    }
}
```

You also have to add `TariochPhealBundle` to your `AppKernel.php`:

```
// app/AppKernel.php
//...
class AppKernel extends Kernel
{
    //...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Tarioch\PhealBundle\TariochPhealBundle()
        );
        //...

        return $bundles;
    }
    //...
}
```

And you have to enable the annotation parsing for the bundle in your `config.yml`:

```
// app/config/config.yml
// ...
jms_di_extra:
    locations:
        all_bundles: false
        bundles: [TariochPhealBundle]
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~183 days

Total

4

Last Release

3989d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2bda79a67f1e7aba098ebde22095880c2555ae48e0f8726f209a9c442e2bb461?d=identicon)[tarioch](/maintainers/tarioch)

---

Top Contributors

[![tarioch](https://avatars.githubusercontent.com/u/2998148?v=4)](https://github.com/tarioch "tarioch (21 commits)")

---

Tags

symfonyEVE OnlineEVE APIPhealPhealNG

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/tarioch-pheal-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/tarioch-pheal-bundle/health.svg)](https://phpackages.com/packages/tarioch-pheal-bundle)
```

###  Alternatives

[cravler/maxmind-geoip-bundle

Bundle integrating MaxMind GeoIP2 database into symfony application

27615.8k2](/packages/cravler-maxmind-geoip-bundle)[noiselabs/nusoap-bundle

Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP

22535.2k](/packages/noiselabs-nusoap-bundle)[borsaco/telegram-bot-api-bundle

A simple wrapper for telegram-bot-api.

5633.0k](/packages/borsaco-telegram-bot-api-bundle)[nanofelis/json-rpc-bundle

This bundle provides a JSON RPC 2.0 implementation for Symfony

1176.1k](/packages/nanofelis-json-rpc-bundle)[stfalcon-studio/api-bundle

Base classes and helper services to build API application via Symfony.

1032.1k](/packages/stfalcon-studio-api-bundle)[ufo-tech/json-rpc-sdk-bundle

The Symfony bundle for simple usage Json-RPC api with dynamic SDK

172.5k](/packages/ufo-tech-json-rpc-sdk-bundle)

PHPackages © 2026

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