Just for fun——Slim借力Swoole
2018-01-31
阅读 7 分钟
7.2kSlim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs. At its core, Slim is a dispatcher that receives an HTTP request, invokes an appropriate callback routine, and returns an HTTP response. That’s it.