Skip to content

Instantly share code, notes, and snippets.

@padge
padge / CrossBoundaryExample.php
Last active April 25, 2019 21:54
Cross Boundary Example
<?php
// Example of the Scheduling domain needing data from the User domain.
// ====================
// User Domain
// ====================
// User domain declares an application-level interface other contexts can reference.
// Currently in our app, these would just be the Commands and Queries inside the context.