Skip to content

Commit 8357d62

Browse files
committed
why is there no manager registry implementation
1 parent c5820e9 commit 8357d62

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,11 @@ $loader = require __DIR__ . '/../vendor/autoload.php';
367367
\Doctrine\Common\Annotations\AnnotationRegistry::registerLoader(array($loader, 'loadClass'));
368368
```
369369

370+
### Why is there no manager registry implementation?
371+
372+
There is allready a thirdparty `ManagerRegistry` implementation at [saxulum-doctrine-orm-manager-registry-provider][9].
373+
It support the `entity` type known of the form component, adds the `UniqueEntity` validator and a command line integration.
374+
370375
License
371376
-------
372377

@@ -399,6 +404,7 @@ Some inspiration was also taken from [Doctrine Bundle][4] and
399404
[6]: http://github.com/dflydev/dflydev-psr0-resource-locator-service-provider
400405
[7]: https://packagist.org/packages/dflydev/doctrine-orm-service-provider
401406
[8]: https://github.com/Cilex/Cilex/blob/master/src/Cilex/Provider/DoctrineServiceProvider.php
407+
[9]: https://github.com/saxulum/saxulum-doctrine-orm-manager-registry-provider
402408

403409
[#dflydev]: irc://irc.freenode.net/#dflydev
404410
[#silex-php]: irc://irc.freenode.net/#silex-php

0 commit comments

Comments
 (0)