Depth\Techno ๐ Dead simple PHP microframework // index.php $app = new Depth\Techno\App(); $app->run(); Router // router.php return [ 'GET /' => Index::class, 'POST /action' => Action::class, ];