Open leocavalcante opened 2 years ago
This PR proposes a psr/ directory at Library's source-code (src/) to receive PSR implementations based on Swoole's ecosystem.
psr/
src/
As a reference the “PSR-6: Caching Interface” was implemented using Swoole\Table underneath.
Swoole\Table
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:
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: