タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

frameworkとslimに関するtlyncのブックマーク (1)

  • Slim Framework

    Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. <?php use Psr\Http\Message\ResponseInterface as Response; use Psr\Http\Message\ServerRequestInterface as Request; use Slim\Factory\AppFactory; require __DIR__ . '/../vendor/autoload.php'; $app = AppFactory::create(); $app->get('/hello/{name}', function (Request $request, Response $response, ar

    tlync
    tlync 2011/08/09
    PHP の web アプリケーションのマイクロフレームワーク。Java だったら Play、Ruby だったら Sinatora みたいな。
  • 1