PHPackages                             shapecode/repository-as-a-service - 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. [Database &amp; ORM](/categories/database)
4. /
5. shapecode/repository-as-a-service

AbandonedSymfony-bundle[Database &amp; ORM](/categories/database)

shapecode/repository-as-a-service
=================================

Symfony2 Bundle which you can register repositories easily.

2.0.0(7y ago)21.0k1MITPHPPHP ~5.6|~7.0

Since Apr 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/shapecode/repository-as-a-service-bundle)[ Packagist](https://packagist.org/packages/shapecode/repository-as-a-service)[ Docs](https://github.com/shapecode/repository-as-a-service-bundle)[ RSS](/packages/shapecode-repository-as-a-service/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (7)Versions (15)Used By (0)

Symfony - Repository as a Service (RaaS)
========================================

[](#symfony---repository-as-a-service-raas)

[![SensioLabsInsight](https://camo.githubusercontent.com/2d754e64e229bdb87ba2420a8e39ed43f5c780d4c4871d76df7d5a36a7ef67c0/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f34356432356632642d306638372d343366372d626137342d6232333935363263343165312f6d696e692e706e67)](https://insight.sensiolabs.com/projects/45d25f2d-0f87-43f7-ba74-b239562c41e1)[![Dependency Status](https://camo.githubusercontent.com/c72b35d2f55aa20450229e20517d1b012e657d921b647e24a98a94c7f6e51f38/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537373033623639363731383934303035326261386363322f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/57703b696718940052ba8cc2)[![Latest Stable Version](https://camo.githubusercontent.com/fb7a0fc651d9c19348da949cfc1137b635b4135feb4c3e447553a129f082cb53/68747470733a2f2f706f7365722e707567782e6f72672f7368617065636f64652f7265706f7369746f72792d61732d612d736572766963652f762f737461626c65)](https://packagist.org/packages/shapecode/repository-as-a-service)[![Total Downloads](https://camo.githubusercontent.com/ea360dad803fe3967989aa8e1a9d83e446e586813b71d4272ea94ca3856776f0/68747470733a2f2f706f7365722e707567782e6f72672f7368617065636f64652f7265706f7369746f72792d61732d612d736572766963652f646f776e6c6f616473)](https://packagist.org/packages/shapecode/repository-as-a-service)[![License](https://camo.githubusercontent.com/d7542abddf55df97caa9364107352230d65aad42d06efe83c6d30580456fc37d/68747470733a2f2f706f7365722e707567782e6f72672f7368617065636f64652f7265706f7369746f72792d61732d612d736572766963652f6c6963656e7365)](https://packagist.org/packages/shapecode/repository-as-a-service)

This bundle allows to register repositories as a service.

Install instructions
--------------------

[](#install-instructions)

Installing this bundle can be done through these simple steps:

Add the bundle to your project as a composer dependency:

```
// composer.json
{
    // ...
    require: {
        // ...
        "shapecode/repository-as-a-service": "~1.2"
    }
}
```

Update your composer installation:

```
$ composer update
```

Add the bundle to your application kernel:

```
