PHPackages                             davidkmenta/repo-service-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. [Database &amp; ORM](/categories/database)
4. /
5. davidkmenta/repo-service-bundle

AbandonedArchivedLibrary[Database &amp; ORM](/categories/database)

davidkmenta/repo-service-bundle
===============================

Declare Doctrine repository as a Symfony service

08PHP

Since Oct 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/davidkmenta/RepoServiceBundle)[ Packagist](https://packagist.org/packages/davidkmenta/repo-service-bundle)[ RSS](/packages/davidkmenta-repo-service-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

RepoServiceBundle
=================

[](#reposervicebundle)

**FOR EXPERIMENTAL USE ONLY!**

The RepoServiceBundle provides the ability to declare a Doctrine repositories as a Symfony services.

Requirements
------------

[](#requirements)

- Symfony &gt;= 3
- Doctrine &gt;= 2.5
- PHP &gt;= 5.6

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

[](#installation)

Require the bundle with the composer:

```
composer require davidkmenta/repo-service-bundle "dev-master"

```

Enable the bundle in the kernel:

```
