2017 © Pedro Peláez
 

library giantbomb-bundle

A Symfony bundle built on top of the dborsatto/php-giantbomb package.

image

dborsatto/giantbomb-bundle

A Symfony bundle built on top of the dborsatto/php-giantbomb package.

  • Saturday, February 4, 2017
  • by dborsatto
  • Repository
  • 1 Watchers
  • 1 Stars
  • 50 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

GiantBombBundle

This is a Symfony bundle built on top of the dborsatto/php-giantbomb package., (*1)

Installation

Install it with composer:, (*2)

composer require dborsatto/giantbomb-bundle

Configuration

First, register the bundle in your AppKernel, (*3)

// ...
new DBorsatto\GiantBombBundle\GiantBombBundle(),
// ...

Then you only need to add an api_key to you config.yml., (*4)

giantbomb:
    api_key: YOUR_KEY_HERE

Use

The bundle provides a shortcut to the Client object:, (*5)

// Inside a controller
$client = $this->get('giantbomb.client');
$results = $client->search('Uncharted', 'game,franchise');

For all possible uses refer to the dborsatto/php-giantbomb documentation., (*6)

The Versions

04/02 2017

dev-master

9999999-dev

A Symfony bundle built on top of the dborsatto/php-giantbomb package.

  Sources   Download

MIT

The Requires

 

04/02 2017

v1.0.0

1.0.0.0

A Symfony bundle built on top of the dborsatto/php-giantbomb package.

  Sources   Download

MIT

The Requires

 

13/12 2015

0.3.1

0.3.1.0

A Symfony bundle built on top of the dborsatto/php-giantbomb package.

  Sources   Download

MIT

The Requires

 

12/12 2015

0.3.0

0.3.0.0

A Symfony bundle built on top of the dborsatto/php-giantbomb package.

  Sources   Download

MIT

The Requires

 

13/08 2015

0.2.1

0.2.1.0

A Symfony bundle built on top of the dborsatto/php-giantbomb package.

  Sources   Download

MIT

The Requires

 

13/08 2015

0.2.0

0.2.0.0

A Symfony bundle built on top of the dborsatto/php-giantbomb package.

  Sources   Download

MIT

The Requires

 

11/08 2015

0.1.1

0.1.1.0

A Symfony bundle built on top of the dborsatto/php-giantbomb package.

  Sources   Download

MIT

The Requires