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 2w 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 36% 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

4035d 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.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

51390.8k3](/packages/web-auth-webauthn-framework)[web-auth/webauthn-symfony-bundle

FIDO2/Webauthn Security Bundle For Symfony

65474.5k9](/packages/web-auth-webauthn-symfony-bundle)[florianv/swap-bundle

Drop-in Symfony bundle for currency conversion: configurable services, multi-provider exchange rates with fallback and caching.

63425.7k1](/packages/florianv-swap-bundle)[cravler/maxmind-geoip-bundle

Bundle integrating MaxMind GeoIP2 database into symfony application

26625.1k2](/packages/cravler-maxmind-geoip-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.

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

PHPackages © 2026

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