PHPackages                             sarsport/sarsport-application-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. sarsport/sarsport-application-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

sarsport/sarsport-application-bundle
====================================

Provide creation applications for competitions by rogaining

031PHP

Since Feb 24Pushed 11y ago1 watchersCompare

[ Source](https://github.com/SarSport/SarSportApplicationBundle)[ Packagist](https://packagist.org/packages/sarsport/sarsport-application-bundle)[ RSS](/packages/sarsport-sarsport-application-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (5)Used By (0)

SarSportApplicationBundle
=========================

[](#sarsportapplicationbundle)

Introduction
------------

[](#introduction)

[![Build Status](https://camo.githubusercontent.com/b91126babc168430c4748f2686f2947900671b3d393aefacc1e72fe756ebfc94/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f53617253706f72742f53617253706f72744170706c69636174696f6e42756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/SarSport/SarSportApplicationBundle)

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

[](#installation)

Using Composer (recommended)
----------------------------

[](#using-composer-recommended)

To install SarSportApplicationBundle with Composer just add the following to your composer.json file:

```
// composer.json
{
    // ...
    require: {
        // ...
        "sarsport/sarsport-application-bundle": "1.0.0"
    }
}
```

Then, you can install the new dependencies by running Composer’s update command from the directory where your composer.json file is located:

```
$ php composer.phar update
```

Composer will automatically download all required files, and install them for you. All that is left to do is to update your AppKernel.php file, and register the new bundle:

```
