Skip to content

Instantly share code, notes, and snippets.

View tafhimulkabir's full-sized avatar
🐘

Tafhimul kabir tafhimulkabir

🐘
View GitHub Profile
@tafhimulkabir
tafhimulkabir / AutoLoader.php
Last active September 20, 2023 19:01
A Simple PHP Class for Autoloading
<?php
/**
* AutoLoader.php
*/
declare(strict_types=1);
namespace Autoloader;
/**
* Autoloader class for automatically loading PHP classes based on namespaces.