Structural ========== In Software Engineering, Structural Design Patterns are Design Patterns that ease the design by identifying a simple way to realize relationships between entities. - `Adapter `__ `:notebook: `__ - `Bridge `__ `:notebook: `__ - `Composite `__ `:notebook: `__ - `DataMapper `__ `:notebook: `__ - `Decorator `__ `:notebook: `__ - `DependencyInjection `__ `:notebook: `__ - `Facade `__ `:notebook: `__ - `FluentInterface `__ `:notebook: `__ - `Proxy `__ `:notebook: `__ - `Registry `__ `:notebook: `__ Code ---- You can also find these code on `GitHub`_ Test ---- .. _`GitHub`: https://github.com/domnikl/DesignPatternsPHP/tree/master/Structural