github.com/bvlinsky/techno
源代码
问题
安装: 15
依赖: 0
建议者: 0
安全: 0
星标: 1
关注者: 1
分支: 1
公开问题: 0
Requires
Requires (Dev)
None
Suggests
Provides
Conflicts
Replaces
Unlicense 075bffa2e8ade212b70d79ac995309746e1ce630
This package is auto-updated.
Last update: 2024-09-15 22:48:47 UTC
💀 简单至极的 PHP 微型框架
// index.php $app = new Depth\Techno\App(); $app->run();
// router.php return [ 'GET /' => Index::class, 'POST /action' => Action::class, ];