library
library copied to clipboard
PSR Implementations
This PR proposes a psr/
directory at Library's source-code (src/
) to receive PSR implementations based on Swoole's ecosystem.
As a reference the “PSR-6: Caching Interface” was implemented using Swoole\Table
underneath.
PSRs are becoming more and more a vital part of the PHP developer's daily work and Swoole can't be outside this community's effort to make this integrate seeamsly.
After this idea being approved, planned implementations includes:
- PSR-7 | HTTP Message Interface
- PSR-15 | HTTP Handlers
- PSR-17 | HTTP Factories
- PSR-18 | HTTP Client