PHPackages                             rouffj/howto-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. rouffj/howto-bundle

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

rouffj/howto-bundle
===================

RouffjHowToBundle

312[1 PRs](https://github.com/rouffj/RouffjHowToBundle/pulls)PHP

Since Aug 31Pushed 12y ago1 watchersCompare

[ Source](https://github.com/rouffj/RouffjHowToBundle)[ Packagist](https://packagist.org/packages/rouffj/howto-bundle)[ RSS](/packages/rouffj-howto-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

RouffjHowToBundle
=================

[](#rouffjhowtobundle)

Project which experiment "Learning By Automatic Testing" concept.

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

[](#installation)

### Step 1: Download RouffjHowToBundle using Composer

[](#step-1-download-rouffjhowtobundle-using-composer)

Tell composer to add RouffjHowToBundle in your composer.json and download it by running the command:

```
$ composer.phar require "rouffj/howto-bundle dev-master"
```

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

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
