Packages and Posts.

These are some of the packages and posts available. Use the tags and categories to get specific items.

API Bundle

Add simple API request/response handling for a Symfony API, recommended for micro-services / internal services.

Doctrine Mappings for Value Objects and Enumerations

Provides a basic set of mapping information for the somnambulist/value-objects library for use with Doctrine. Mappings are available for Doctrine (.dcm.yml) and Symfony (.orm.yml). The mappings are symlinked from symfony to doctrine.

Domain Events for PHP Entities

Adds support for Domain Events to plain old PHP entities. This package is inspired by and based on the Gist and blog posts by Benjamin Eberlei: