Inbuilt Repositories

Ecotone comes with inbuilt repositories, so we don't need to configure Repositories ourselves. It often happen that those are similar between projects, therefore it may be that there is no need to roll out your own.

Inbuilt Repositories

Ecotone provides inbuilt repositories to get you started quicker. This way you can enable given repository and start implementing higher level code without worrying about infrastructure part.

Doctrine ORM Support

This provides integration with Doctrine ORM. To enable it read more in Symfony Module Section.

Laravel Eloquent Support

This provides integration with Eloquent ORM. Eloquent support is available out of the box after installing Laravel module.

Document Store Repository

This provides integration Document Store using relational databases. It will serialize your aggregate to json and deserialize on load using Converters. To enable it read in Dbal Module Section.

Event Sourcing Repository

Ecotone provides inbuilt Event Sourcing Repository, which will set up Event Store and Event Streams. To enable it read Event Sourcing Section.

Last updated

Was this helpful?