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