PHPackages                             marioz2002/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. [Framework](/categories/framework)
4. /
5. marioz2002/fm-steamcondenser-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

marioz2002/fm-steamcondenser-bundle
===================================

Symfony SteamcondenserBundle

013PHP

Since Jun 19Pushed 11y agoCompare

[ Source](https://github.com/MarioZ2002/FMSteamcondenserBundle)[ Packagist](https://packagist.org/packages/marioz2002/fm-steamcondenser-bundle)[ RSS](/packages/marioz2002-fm-steamcondenser-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

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

[](#fmsteamcondenserbundle)

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

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](/koraktor/steam-condenser-php) library by [Sebastian Staudt](/koraktor)

This Bundle status is WIP (work in progress)

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

[](#installation)

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

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

[](#step-1-installation)

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

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

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

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

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

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

Finally, enable the bundle in the kernel:

```
