PHPackages                             r1pp3rj4ck/lipsum-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. r1pp3rj4ck/lipsum-bundle

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

r1pp3rj4ck/lipsum-bundle
========================

r1pp3rj4ck LipsumBundle

v1.0.1(11y ago)35.6k1MITPHPPHP &gt;5.3.2

Since Jun 10Pushed 11y ago2 watchersCompare

[ Source](https://github.com/r1pp3rj4ck/r1pp3rj4ckLipsumBundle)[ Packagist](https://packagist.org/packages/r1pp3rj4ck/lipsum-bundle)[ Docs](https://github.com/r1pp3rj4ck/r1pp3rj4ckLipsumBundle)[ RSS](/packages/r1pp3rj4ck-lipsum-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

r1pp3rj4ckLipsumBundle
======================

[](#r1pp3rj4cklipsumbundle)

Generates bullshit for fixtures and other uses

[![Build Status](https://camo.githubusercontent.com/0007187585aa1d0f2755b142827b8d0b6c0378180de5613e99ca79323847b3da/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f7231707033726a34636b2f7231707033726a34636b4c697073756d42756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/r1pp3rj4ck/r1pp3rj4ckLipsumBundle) [![Latest Stable Version](https://camo.githubusercontent.com/a644d524272c22f24b023f9648bf51d590e773a6151734ba378024e5dca771b4/68747470733a2f2f706f7365722e707567782e6f72672f7231707033726a34636b2f6c697073756d2d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/r1pp3rj4ck/lipsum-bundle) [![Total Downloads](https://camo.githubusercontent.com/1c347e130db8a88563ab35daf56e1183ef6b3b73b520b676aa08a2ace941e09c/68747470733a2f2f706f7365722e707567782e6f72672f7231707033726a34636b2f6c697073756d2d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/r1pp3rj4ck/lipsum-bundle) [![Latest Unstable Version](https://camo.githubusercontent.com/2232e497774bf295205d7ae80ede2116d08645d91c8ed6e05dd166e406ed5cd1/68747470733a2f2f706f7365722e707567782e6f72672f7231707033726a34636b2f6c697073756d2d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/r1pp3rj4ck/lipsum-bundle) [![License](https://camo.githubusercontent.com/5ed75e686328988183c4dbb0f6f0f3bce45a310a3f1e7b38f7af89a5278b1731/68747470733a2f2f706f7365722e707567782e6f72672f7231707033726a34636b2f6c697073756d2d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/r1pp3rj4ck/lipsum-bundle) [![Scrutinizer Quality](https://camo.githubusercontent.com/ab8058786ac8ea25ee0ac787b8fc5fe5b9e5df55c038abcc4ac93bcf504eab56/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7231707033726a34636b2f7231707033726a34636b4c697073756d42756e646c652f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/r1pp3rj4ck/r1pp3rj4ckLipsumBundle/) [![Code Coverage](https://camo.githubusercontent.com/84cd9c60a7a4cb30ac88baf3fa715e2a77a265c73818e55faa8bb87c782620f8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7231707033726a34636b2f7231707033726a34636b4c697073756d42756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/r1pp3rj4ck/r1pp3rj4ckLipsumBundle/?branch=master)

License
-------

[](#license)

This bundle ships with MIT license. Full license available [here](LICENSE)

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

[](#installation)

### Step 1: Download r1pp3rj4ckLipsumBundle using Composer

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

Add r1pp3rj4ckLipsumBundle to your composer.json

```
{
    "require": {
        "r1pp3rj4ck/lipsum-bundle": "dev-master"
    }
}
```

Update your vendors:

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

Or you can also install only r1pp3rj4ckLipsumBundle:

```
$ php composer.phar update r1pp3rj4ck/lipsum-bundle
```

### Step 2: Register the bundle in your kernel

[](#step-2-register-the-bundle-in-your-kernel)

You shouldn't have any reason to use this bundle in prod environment, so you can just register it in dev environment:

```
