PHPackages                             dominikzogg/doctrine-orm-manager-registry-provider - 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. dominikzogg/doctrine-orm-manager-registry-provider

Abandoned → [saxulum/saxulum-doctrine-orm-manager-registry-provider](/?search=saxulum%2Fsaxulum-doctrine-orm-manager-registry-provider)Library[Database &amp; ORM](/categories/database)

dominikzogg/doctrine-orm-manager-registry-provider
==================================================

Saxulum Doctrine ORM Manager Registry Provider

3.1.0(10y ago)2070.2k↓37.5%4MITPHPPHP &gt;=5.3.3,&lt;8.0

Since Jun 5Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dominikzogg/doctrine-orm-manager-registry-provider)[ Packagist](https://packagist.org/packages/dominikzogg/doctrine-orm-manager-registry-provider)[ RSS](/packages/dominikzogg-doctrine-orm-manager-registry-provider/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (10)Versions (31)Used By (0)

saxulum/saxulum-doctrine-orm-manager-registry-provider
======================================================

[](#saxulumsaxulum-doctrine-orm-manager-registry-provider)

[![Build Status](https://camo.githubusercontent.com/06d7b0599d3dd3edc35e530bcfe19d78733922d37f8328fc68143f9ecb8257b3/68747470733a2f2f6170692e7472617669732d63692e6f72672f736178756c756d2f736178756c756d2d646f637472696e652d6f726d2d6d616e616765722d72656769737472792d70726f76696465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/saxulum/saxulum-doctrine-orm-manager-registry-provider)[![PHP 7 ready](https://camo.githubusercontent.com/022c376cdb87a62e31389d855198806deb3ce47e507207e5e826d625f4b34e3a/687474703a2f2f7068703772656164792e74696d6573706c696e7465722e63682f736178756c756d2f736178756c756d2d646f637472696e652d6f726d2d6d616e616765722d72656769737472792d70726f76696465722f62616467652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/saxulum/saxulum-doctrine-orm-manager-registry-provider)[![Total Downloads](https://camo.githubusercontent.com/b923abfb62f3e7f0d0b1c0c7aeb651c3cb8a808cc492d6f203aa23b92be33033/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d646f637472696e652d6f726d2d6d616e616765722d72656769737472792d70726f76696465722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/saxulum/saxulum-doctrine-orm-manager-registry-provider)[![Latest Stable Version](https://camo.githubusercontent.com/3b98cfa63cfc01e813c212de89ad0491d0ab75610f51f5121baf717b82b45cc6/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d646f637472696e652d6f726d2d6d616e616765722d72656769737472792d70726f76696465722f762f737461626c652e706e67)](https://packagist.org/packages/saxulum/saxulum-doctrine-orm-manager-registry-provider)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0816b914ed69d3cf26ba20df00768d70348f0fc3fe7220e0b997d3f2a0ab24ef/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736178756c756d2f736178756c756d2d646f637472696e652d6f726d2d6d616e616765722d72656769737472792d70726f76696465722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/saxulum/saxulum-doctrine-orm-manager-registry-provider/?branch=master)

Features
--------

[](#features)

- Leverages the core [Doctrine Service Provider](http://silex.sensiolabs.org/doc/providers/doctrine.html) for either Silex or Cilex and the [Doctrine ORM Service Provider](https://github.com/dflydev/dflydev-doctrine-orm-service-provider)
- The Registry manager registry can the used with the [Doctrine Bridge](https://github.com/symfony/DoctrineBridge) from symfony, to use entity type in the [Symfony Form Component](https://github.com/symfony/Form)

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

[](#requirements)

- PHP 5.3+
- Doctrine ~2.3
- Pimple ~2.1

Currently requires both **dbs** and **orm.ems** services in order to work. These can be provided by a Doctrine Service Provider like the [Silex](http://silex.sensiolabs.org/doc/providers/doctrine.html) or [Cilex](https://github.com/Cilex/Cilex/blob/master/src/Cilex/Provider/DoctrineServiceProvider.php) and the Doctrine ORM Service Provider like the [dflydev-doctrine-orm-service-provider](https://github.com/dflydev/dflydev-doctrine-orm-service-provider) service providers. If you can or want to fake it, go for it. :)

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

[](#installation)

Through [Composer](http://getcomposer.org) as [saxulum/saxulum-doctrine-orm-manager-registry-provider](https://packagist.org/packages/saxulum/saxulum-doctrine-orm-manager-registry-provider).

```
composer require "saxulum/saxulum-doctrine-orm-manager-registry-provider": "~3.0"

```

```
