PHPackages                             jerome1337/fm-steamcondenser-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jerome1337/fm-steamcondenser-bundle

AbandonedBundle[Utility &amp; Helpers](/categories/utility)

jerome1337/fm-steamcondenser-bundle
===================================

Symfony SteamcondenserBundle

061PHP

Since Jan 18Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jerome1337/FMSteamcondenserBundle)[ Packagist](https://packagist.org/packages/jerome1337/fm-steamcondenser-bundle)[ RSS](/packages/jerome1337-fm-steamcondenser-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

FMSteamcondenserBundle
======================

[](#fmsteamcondenserbundle)

Add some Steam\[\] to your Symfony 2 project!

**This repo is a fixed FMSteamCondenserBundle from original author [Helios-ag](https://github.com/helios-ag)**

**Original repo right here : **

This bundle allows you to query game servers, getting information about players/Steam users, getting server information, such as current player list and etc. Bundle depends on [Steam Condenser](https://github.com/koraktor/steam-condenser) library by [Sebastian Staudt](https://github.com/koraktor)

Installation
============

[](#installation)

To install this bundle, you'll need both the [Steam Condenser](https://github.com/koraktor/steam-condenser)and this bundle.

Step 1: Installation
--------------------

[](#step-1-installation)

Using Composer, just add the following configuration to your `composer.json`:

```
{
    "require": {
        "jerome1337/fm-steamcondenser-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update jerome1337/fm-steamcondenser-bundle
```

Step 2: Enable the bundle
-------------------------

[](#step-2-enable-the-bundle)

Finally, enable the bundle in the kernel:

```
