fastd / middleware
Installs: 17 440
Dependents: 6
Suggesters: 0
Security: 0
Stars: 4
Watchers: 2
Forks: 3
Open Issues: 0
Requires
- php: >=5.6
- fastd/http: ^3.0
Requires (Dev)
- phpunit/phpunit: ^5.0
README
Http 中间件,实现PSR15
requirement
- php >= 5.6
installation
composer require "fastd/middlware" -vvv
$middleware = new Middleware(function (RequestInterface $request, DelegateInterface $next) { // delegate control to next middleware return $next($request); }); $middleware2 = new Middleware(function (RequestInterface $request, DelegateInterface $next) { echo 'world'; }); $dispatcher = new Dispatcher([ $middleware, $middleware2 ]); $response = $dispatcher->dispatch(new ServerRequest('GET', '/'));
贡献
非常欢迎感兴趣,愿意参与其中,共同打造更好PHP生态,Swoole生态的开发者。
如果你乐于此,却又不知如何开始,可以试试下面这些事情:
- 在你的系统中使用,将遇到的问题 反馈。
- 有更好的建议?欢迎联系 bboyjanhuang@gmail.com 或 新浪微博:编码侠。
联系
如果你在使用中遇到问题,请联系: bboyjanhuang@gmail.com. 微博: 编码侠