2017 © Pedro Peláez
 

symfony-bundle pheal-bundle

Adds Pheal support to your Symfony2 project.

image

tarioch/pheal-bundle

Adds Pheal support to your Symfony2 project.

  • Saturday, June 13, 2015
  • by tarioch
  • Repository
  • 1 Watchers
  • 0 Stars
  • 807 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Pheal Bundle

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

Symfony bundle for Pheal - EVE Online API Library, (*2)

LICENSE

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

INSTALLATION

First you need to add tarioch/pheal-bundle to composer.json:, (*4)

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

You also have to add TariochPhealBundle to your AppKernel.php:, (*5)

// 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:, (*6)

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

The Versions

13/06 2015

dev-master

9999999-dev https://github.com/tarioch/pheal-bundle

Adds Pheal support to your Symfony2 project.

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony eve online pheal eve api phealng

13/06 2015

0.1.3

0.1.3.0 https://github.com/tarioch/pheal-bundle

Adds Pheal support to your Symfony2 project.

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony eve online pheal eve api phealng

01/06 2014

0.1.2

0.1.2.0 https://github.com/tarioch/pheal-bundle

Adds Pheal support to your Symfony2 project.

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony eve online pheal eve api phealng

05/03 2014

0.1.1

0.1.1.0 https://github.com/tarioch/pheal-bundle

Adds Pheal support to your Symfony2 project.

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony eve online pheal eve api phealng

08/12 2013

0.1.0

0.1.0.0 https://github.com/tarioch/pheal-bundle

Adds Pheal support to your Symfony2 project.

  Sources   Download

MIT

The Requires

 

The Development Requires

symfony eve online pheal eve api phealng