Closed azjezz closed 6 years ago
Swoole is only an underlying engine, You can see these: https://github.com/easy-swoole/easyswoole https://github.com/swoft-cloud/swoft https://github.com/swlib
most of the frameworks which based on swoole have already implemented PSR.
@twose thanks for your response, i was asking if it gonna be implemented with the engine, if possible.
@azjezz this would swell the core. You can choose frameworks based on swoole which already implemented it. So, whats your question anymore? For me for example - i am not interested in using that.
is php swoole gonna implement psr-7, psr-15 any soon ?
so code like this can be possible :
this would benefit both sides as swoole is gonna be compatibly with most frameworks and libraries while they gain performance boost from using it.
of course, Psr Interfaces are not implemented in php, so maybe swoole can create these interfaces, this won't break anything since Psr Interfaces are being loaded with composer auto-loader most of the time which mean since they already exist with swoole composer won't load the Psr interfaces files, but swoole would need to create all PSR-7 and PSR-15 interfaces.