Skip to content

Instantly share code, notes, and snippets.

View hallboav's full-sized avatar
🌴
Learning PHP core

Hallison Boaventura hallboav

🌴
Learning PHP core
  • Amsterdam, The Netherlands
View GitHub Profile
@hallboav
hallboav / hex-arch.php
Created November 26, 2019 04:11
Hexagonal Architecture example
<?php
// Vendor
namespace VeryNiceLib {
class StdoutLogger
{
private $stream;
public function __construct()
{