2017 © Pedro Peláez
 

symfony-bundle evalandgo-client-bundle

Client API Bundle for Evalandgo

image

ev/evalandgo-client-bundle

Client API Bundle for Evalandgo

  • Thursday, September 17, 2015
  • by evalandgo
  • Repository
  • 3 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

EVEvalandgoClientBundle

Client API Bundle for Evalandgo., (*1)

Generally this bundle is based on EvalandgoApiClient component., (*2)

Installation

In composer.json file, add :, (*3)

{
    "require": {
        "ev/evalandgo-client-bundle": "2.2.*"
    }
}

In app/AppKernel.php file, add :, (*4)

public function registerBundles()
{
    return array(
        // ...
        new EV\EvalandgoClientBundle\EVEvalandgoClientBundle(),
        // ...
    );
}

Examples

Configuration example

In config.yml, (*5)

# Evalandgo Client
ev_evalandgo_client:
    users:
        myevalandgo:  { client_id: 'CLIENT_ID', client_secret: 'CLIENT_SECRET' }

Usage Example

In a Controller action, (*6)

public function indexAction() {
    $client = $this->get('ev_evalandgo_client.myevalandgo.client');

    $questionnaires = $client->resource('questionnaire')->all();

    return array(
        'questionnaires' => $questionnaires
    );
}

How to contribute

To contribute just open a Pull Request with your new code taking into account that if you add new features or modify existing ones you have to document in this README what they do., (*7)

License

EVEvalandgoClientBundle is licensed under MIT, (*8)

The Versions

17/09 2015

dev-master

9999999-dev http://github.com/evalandgo/EVEvalandgoClientBundle

Client API Bundle for Evalandgo

  Sources   Download

MIT

The Requires

 

api bundle client evalandgo

17/09 2015

2.3.0

2.3.0.0 http://github.com/evalandgo/EVEvalandgoClientBundle

Client API Bundle for Evalandgo

  Sources   Download

MIT

The Requires

 

api bundle client evalandgo

18/08 2015

2.2.0

2.2.0.0 http://github.com/evalandgo/EVEvalandgoClientBundle

Client API Bundle for Evalandgo

  Sources   Download

MIT

The Requires

 

api bundle client evalandgo

13/08 2015

2.1.0

2.1.0.0 http://github.com/evalandgo/EVEvalandgoClientBundle

Client API Bundle for Evalandgo

  Sources   Download

MIT

The Requires

 

api bundle client evalandgo

13/08 2015

2.0.1

2.0.1.0 http://github.com/evalandgo/EVEvalandgoClientBundle

Client API Bundle for Evalandgo

  Sources   Download

MIT

The Requires

 

api bundle client evalandgo

12/08 2015

2.0

2.0.0.0 http://github.com/evalandgo/EVEvalandgoClientBundle

Client API Bundle for Evalandgo

  Sources   Download

MIT

The Requires

 

api bundle client evalandgo