Open Source Packages
Headstrong maintains several open source packages.
Symfony Domain Events Bundle
This bundle implements the Outbox pattern, for guaranteed dispatch of domain events in a Symfony application.
This is useful when implementing Domain Driven Design.
View on GitHub
Symfony Money Bundle
This bundle integrates the Money package into your Symfony application.
It provides integration with Twig, Doctrine, plus the Symfony Form and Serializer components.
View on GitHub
Living Documentation
Cyrille Martraire wrote a whole book called Living Documentation. This is the concept of dynamically generating
your application documentation from the source code itself, so that it never goes out of date.
The main package is mostly a collection of annotation/attribute classes you can use as markers in your codebase.
The is also a corresponding bundle to integrate into your Symfony application.
View on GitHub