doctrine / doctrine-website

Source code for the doctrine-project.org website and documentation.
https://www.doctrine-project.org
MIT License
31 stars 63 forks source link

PoC Replace skeleton-mapper Repository #586

Closed SenseException closed 5 months ago

SenseException commented 5 months ago

In a next step to replace the skeleton mapper I introduced the ORM to the website. The ORM's Repositories should be able to replace the ones from skeleton-mapper. The same with Hydrators.

This PR introduces how I imagine this replacement can happen by using it on the DoctrineUser. I'll be able to do this with all the other Datasource models too.