Skip to content

Instantly share code, notes, and snippets.

@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
@cheich
cheich / README.md
Last active October 6, 2016 13:04
Cryptonite - the hackers kryptonite