PHPackages                             snowcap/core-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. snowcap/core-bundle

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

snowcap/core-bundle
===================

Symfony SnowcapCoreBundle

v3.0.2(10y ago)38.1k1[10 issues](https://github.com/snowcap/SnowcapCoreBundle/issues)[1 PRs](https://github.com/snowcap/SnowcapCoreBundle/pulls)2MITPHPPHP &gt;=5.3.3

Since Oct 9Pushed 9y ago6 watchersCompare

[ Source](https://github.com/snowcap/SnowcapCoreBundle)[ Packagist](https://packagist.org/packages/snowcap/core-bundle)[ Docs](https://github.com/snowcap/SnowcapCoreBundle)[ RSS](/packages/snowcap-core-bundle/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (9)Dependencies (8)Versions (15)Used By (2)

[![Build Status](https://camo.githubusercontent.com/67e4ad2480e9b0695e6a706e807cebd77d7616942d6e6089f88b6258ae229d61/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f736e6f776361702f536e6f77636170436f726542756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/snowcap/SnowcapCoreBundle)

Snowcap Core Bundle
===================

[](#snowcap-core-bundle)

The Snowcap Core Bundle is a bundle used at Snowcap to help us with some repetitive tasks, including (but not limited to):

- Dealing with file and image uploads
- RSS feed generation
- SEO-related tasks (sitemaps, etc)

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

[](#installation)

### Download SnowcapCoreBundle using composer

[](#download-snowcapcorebundle-using-composer)

Add SnowcapCoreBundle in your composer.json:

### For Symfony &lt; 2.7

[](#for-symfony--27)

```
{
    "require": {
        "snowcap/core-bundle": "~1.0"
    }
}
```

### For Symfony &gt;= 2.7

[](#for-symfony--27-1)

```
{
    "require": {
        "snowcap/core-bundle": "~2.0"
    }
}
```

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

```
$ php composer.phar update snowcap/core-bundle
```

Composer will install the bundle to your project's `vendor/snowcap` directory.

### Enable the Bundle

[](#enable-the-bundle)

Enable the bundle in the kernel:

```
