Skip to content

Instantly share code, notes, and snippets.

View patrick-fischer-hirschstein's full-sized avatar
🏠
Working from home

Patrick Fischer patrick-fischer-hirschstein

🏠
Working from home
View GitHub Profile
@cheich
cheich / autoload.php
Last active January 7, 2019 14:56
PSR-4 class autoloader
<?php
namespace MyProjectNamespace;
/**
* PSR-4 class autoloader
*
* @param string $class The fully-qualified class name.
*
* @return void