π 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 message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
π Dead simple PHP microframework