Klein輕量級(jí) PHP 路由庫
Klein 是一款針對 PHP5.3+ 版本的輕量級(jí)路由庫,速度相當(dāng)快。
-
靈活的正則表達(dá)式路由規(guī)則 (靈感來自 Sinatra)
-
提供一組樣板方法用于快速構(gòu)建 Web 應(yīng)用
-
幾乎沒有開銷 => 2500+ requests/second
示例代碼:
<?php
require_once __DIR__ . '/vendor/autoload.php';
$klein = new \Klein\Klein();
$klein->respond('GET', '/hello-world', function () {
return 'Hello World!';
});
$klein->dispatch();評論
圖片
表情
