library icon indicating copy to clipboard operation
library copied to clipboard

PSR Implementations

Open leocavalcante opened this issue 3 years ago • 0 comments

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

leocavalcante avatar Dec 28 '21 15:12 leocavalcante