Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PSR Implementations #146

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

PSR Implementations #146

wants to merge 1 commit into from

Conversation

leocavalcante
Copy link
Member

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 leocavalcante added enhancement New feature or request rfc Request for comments labels Dec 28, 2021
@leocavalcante leocavalcante self-assigned this Dec 28, 2021
@deminy deminy self-requested a review December 29, 2021 06:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request rfc Request for comments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant