doctrine / DoctrineModule

Doctrine Module for Laminas
http://www.doctrine-project.org/projects/doctrine-module.html
MIT License
398 stars 270 forks source link

Extract hydrators to separate repository #644

Closed michalbundyra closed 4 years ago

michalbundyra commented 6 years ago

I've created repository with the hydrators: https://github.com/webimpress/doctrine-zend-hydrator

I want to use Doctrine with ZF Expressive application and I need hydrators there. DoctrineModule is specific for MVC ZF applications, and I don't want to install all of those dependencies just to use hydrators. I think many other parts we can extract to smaller packages, and make them reusable in Expressive applications.

I am happy to transfer this repository to doctrine project. We can change namespace etc. I didn't publish any release there. I just wanted to create something to start with :)

michalbundyra commented 5 years ago

@Ocramius what do you think about it? Who can make any decision on it? I'd like to add support for zend-hydrator v3, but I think it would be better to have it in separate repo. Thanks!

michalbundyra commented 5 years ago

Library webimpress/doctrine-zend-hydrator updated to the latest changed made in that library. That branch is now rebased to resolve conflicts. It would be nice to move forward with it and add support for zend-hydrator v3.

ping @TomHAnderson

snapshotpl commented 5 years ago

ping @TomHAnderson

michalbundyra commented 5 years ago

@TomHAnderson PR is now updated to use doctrine/doctrine-zend-hydrator v1.0.0.

Not sure if we should throw some E_USER_DEPRECATED notices here?

snapshotpl commented 5 years ago

How can I help to move forward?

TomHAnderson commented 5 years ago

The next step is to merge support for Zend Hydrator 3.0 into https://github.com/doctrine/doctrine-zend-hydrator @webimpress and I are in communication and expect a release soon.

snapshotpl commented 4 years ago

@michalbundyra @TomHAnderson I can help with this

TomHAnderson commented 4 years ago

https://github.com/doctrine/doctrine-laminas-hydrator