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(11y 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 4w 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 35% 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

4080d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2998148?v=4)[Patrick Ruckstuhl](/maintainers/tarioch)[@tarioch](https://github.com/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

[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

12017.1k](/packages/rcsofttech-audit-trail-bundle)[ecotone/symfony-bundle

Ecotone for Symfony — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Symfony Messenger, via PHP attributes.

11258.2k1](/packages/ecotone-symfony-bundle)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

12413.3k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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