PHPackages                             dborsatto/giantbomb-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. [Database &amp; ORM](/categories/database)
4. /
5. dborsatto/giantbomb-bundle

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

dborsatto/giantbomb-bundle
==========================

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

v1.0.0(9y ago)162MITPHP

Since Aug 11Pushed 9y ago1 watchersCompare

[ Source](https://github.com/dborsatto/GiantBombBundle)[ Packagist](https://packagist.org/packages/dborsatto/giantbomb-bundle)[ RSS](/packages/dborsatto-giantbomb-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (7)Used By (0)

GiantBombBundle
===============

[](#giantbombbundle)

This is a Symfony bundle built on top of the [dborsatto/php-giantbomb](https://github.com/dborsatto/php-giantbomb) package.

Installation
------------

[](#installation)

Install it with composer:

```
composer require dborsatto/giantbomb-bundle

```

Configuration
-------------

[](#configuration)

First, register the bundle in your AppKernel

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

```

Then you only need to add an api\_key to you config.yml.

```
giantbomb:
    api_key: YOUR_KEY_HERE

```

Use
---

[](#use)

The bundle provides a shortcut to the Client object:

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

For all possible uses refer to the [dborsatto/php-giantbomb](https://github.com/dborsatto/php-giantbomb) documentation.

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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 ~108 days

Recently: every ~135 days

Total

6

Last Release

3388d ago

Major Versions

0.3.1 → v1.0.02017-02-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/2e1c61de690e3a51a67237e831ce74274e1f38181d2f9bef575c49579e03c5c2?d=identicon)[dborsatto](/maintainers/dborsatto)

---

Top Contributors

[![dborsatto](https://avatars.githubusercontent.com/u/94651?v=4)](https://github.com/dborsatto "dborsatto (8 commits)")

---

Tags

bundlephpsymfonysymfony-bundle

### Embed Badge

![Health badge](/badges/dborsatto-giantbomb-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/dborsatto-giantbomb-bundle/health.svg)](https://phpackages.com/packages/dborsatto-giantbomb-bundle)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M546](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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