Skip to content

Instantly share code, notes, and snippets.

View sharafc's full-sized avatar
👋
Hello World!

Christian Sharaf sharafc

👋
Hello World!
View GitHub Profile
@sharafc
sharafc / autoLoader.inc.php
Created January 29, 2021 13:00
Very simple Autoloader
<?php
/**
* Autoloader which loads Classes, Interfaces and Traits
* Expects that Traits are named xy.trait.php and
* Classes/Interfaces are named xy.class.php
*
* Needs the following defined constants to work:
* TRAITS_PATH -> Path to the directory containing traits
* TRAIT_NAMES -> Whitelist for traits