My puppyのブログ

学んだ事や作っているプログラムなどについて書いています。

Slim Framework 3.0.0 released!

www.slimframework.com

PHPのマイクロフレームワーク「Slim」のバージョン3が12月7日にリリースされたそうです。
特徴は以下の通りです。

1.HTTP Router
Slim provides a fast and powerful router that maps route callbacks to specific HTTP request methods and URIs. It supports parameters and pattern matching.

2.Middleware
Build your application with concentric middleware to tweak the HTTP request and response objects around your Slim app.

3.PSR-7 Support
Slim supports any PSR-7 HTTP message implementation so you may inspect and manipulate HTTP message method, status, URI, headers, cookies, and body.

4.Dependency Injection
Slim supports dependency injection so you have complete control of your external tools. Use any Container-Interop container.

あとでいろいろ調べてみますね。