PHPackages                             carlosv2/dumbsmart-repositories-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. [Testing &amp; Quality](/categories/testing)
4. /
5. carlosv2/dumbsmart-repositories-bundle

ActiveLibrary[Testing &amp; Quality](/categories/testing)

carlosv2/dumbsmart-repositories-bundle
======================================

Bridge between Symfony and DumbsmartRepositories

1.2.0(8y ago)13.5k1[2 issues](https://github.com/carlosV2/DumbsmartRepositoriesBundle/issues)MITPHPPHP ~5.5 || ~7.0

Since Mar 22Pushed 8y ago1 watchersCompare

[ Source](https://github.com/carlosV2/DumbsmartRepositoriesBundle)[ Packagist](https://packagist.org/packages/carlosv2/dumbsmart-repositories-bundle)[ RSS](/packages/carlosv2-dumbsmart-repositories-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelog (5)Dependencies (6)Versions (6)Used By (0)

Dumbsmart Repositories Bundle
-----------------------------

[](#dumbsmart-repositories-bundle)

This project is a bridge between [Dumbsmart Repositories](https://github.com/carlosV2/DumbsmartRepositories)and a symfony project.

[![License](https://camo.githubusercontent.com/526e58bc790391148514a19c99d929a45a3bd49ce34ad4d13b245e9d1d0a4e66/68747470733a2f2f706f7365722e707567782e6f72672f6361726c6f7376322f64756d62736d6172742d7265706f7369746f726965732d62756e646c652f6c6963656e7365)](https://packagist.org/packages/carlosv2/dumbsmart-repositories-bundle)[![Build Status](https://camo.githubusercontent.com/8cd1c85fe58a933e7b614ce0569d149852b46c6cdb7b2bbd2498a61131a1b964/68747470733a2f2f7472617669732d63692e6f72672f6361726c6f7356322f44756d62736d6172745265706f7369746f7269657342756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/carlosV2/DumbsmartRepositoriesBundle)[![SensioLabsInsight](https://camo.githubusercontent.com/81193647c084f27872914030b621de73e9a978b30eaf605b72b9f60254112900/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34323835626335362d666539352d346231362d626238632d3339623961343366333530382f6d696e692e706e67)](https://insight.sensiolabs.com/projects/4285bc56-fe95-4b16-bb8c-39b9a43f3508)

Installation
============

[](#installation)

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
$ composer require --dev carlosv2/dumbsmart-repositories-bundle
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the bundle
-------------------------

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

If you are using [Allegro](https://github.com/carlosV2/Allegro) then you don't need to do anything else to have it installed.

In case you are not using Allegro, enable the bundle by adding it to the list of registered bundles in the `app/AppKernel.php` file of your project (as it is meant to be for development, you may want to place it under your development configuration in this file):

```
