Silex
Fabien Potencier | |
Silex contributors, SensioLabs | |
2.3.0[1]
| |
リポジトリ | |
プログラミング | PHP |
プラットフォーム | クロスプラットフォーム |
サポート |
|
Webアプリケーションフレームワーク | |
ライセンス | MIT License |
[1] |
SilexはSymfonyコンポーネントを
2018
特徴
[Silexは
実行 例
[require_once __DIR__ . '/../vendor/autoload.php';
$app = new Silex\Application();
$app->get('/', function() use($app) {
return 'Hello World!';
});
$app->run();
この
関連 項目
[脚注 ・出典
[- ^ “Changelog - Documentation - Silex - The PHP micro-framework based on the Symfony Components”. 2017
年 5月 22日 閲覧 。 - ^ https://silex.sensiolabs.org/
- ^ “The end of Silex”. 2018
年 4月 17日 閲覧 。 - ^ “Providers - Documentation - Silex - The PHP micro-framework based on the Symfony Components”. 2017
年 5月 22日 閲覧 。 - ^ “なぜ、EC-CUBEはSilexを
採用 したのか”. 2017年 5月 22日 閲覧 。