PHPackages                             matthiasnoback/random-disaster-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. matthiasnoback/random-disaster-bundle

ActiveSymfony-bundle

matthiasnoback/random-disaster-bundle
=====================================

Bundle for creating random disasters in your Symfony project

114104[1 issues](https://github.com/matthiasnoback/random-disaster-bundle/issues)PHP

Since Apr 12Pushed 13y ago4 watchersCompare

[ Source](https://github.com/matthiasnoback/random-disaster-bundle)[ Packagist](https://packagist.org/packages/matthiasnoback/random-disaster-bundle)[ RSS](/packages/matthiasnoback-random-disaster-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ProjectBundle a.k.a. RandomDisasterBundle
=========================================

[](#projectbundle-aka-randomdisasterbundle)

By Matthias Noback

This bundle will start throwing random exceptions from the day you start your project, to the day of the project's deadline. So even though you are an excellent programmer, and you have already completed all your work, the manager who tests the application will get the impression that you are still fixing many bugs and what not. But the number of exceptions will steadily decrease when the deadline gets closer, until it reaches zero. Then the manager will be very happy with you, given the vast amount of work you have done.

Please note: this bundle is named `ProjectBundle` to prevent suspicious looking stack traces from spoiling the fun.

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

[](#installation)

Using Composer, add to `composer.json`:

```
{
    "require": {
        "matthiasnoback/random-disaster-bundle": "dev-master"
    }
}

```

Then using the Composer binary:

```
php composer.phar update matthiasnoback/random-disaster-bundle

```

Register the bundle in `/app/AppKernel.php`:

```
