Doctrine framework

These posts are all related to Doctrine framework.

June 9, 2019

How to persist Value Object with Doctrine ODM

In complex domains, developers often use the Value Object pattern to create immutable, valid objects. These value objects are typically persisted in a database with the help of a framework. In this post, I'll briefly review the Value Object pattern and show how to persist it using Doctrine ODM.

Read more »

September 18, 2016

Utilizando PHP 7, MongoDB e Doctrine

Neste post, faremos uma introdução sobre como trabalhar com PHP e MongoDB utilizando o framework de persistência Doctrine ODM, na versão mais recente do PHP (7). Para ilustrar, criaremos um blog simples usando essas ferramentas.

Read more »