File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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+
370375License
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
You can’t perform that action at this time.
0 commit comments