demos-europe / edt

Enables your PHP application to expose its entities as REST resources using the feature rich JSON:API specification as API. How and to whom your entities are exposed is highly customizable while minimizing boilerplate code.
MIT License
2 stars 1 forks source link

Improve repository code re-usability #168

Open joorei opened 2 months ago

joorei commented 2 months ago

Much of the code in PhpEntityRepository is simply based on the OffsetEntityProviderInterface. By moving it into an abstract repository class, it can be used in other repositories as well.