8000 Implement PSR-7 for Request and Response objects · Issue #17394 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Implement PSR-7 for Request and Response objects #17394

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

Closed
codyjk opened this issue Jan 15, 2016 · 3 comments
Closed

Implement PSR-7 for Request and Response objects #17394

codyjk opened this issue Jan 15, 2016 · 3 comments

Comments

@codyjk
Copy link
codyjk commented Jan 15, 2016

The PSR-7 standard has been introduced, and it would be beneficial if the framework followed these guidelines for interoperability purposes between libraries.

  • Symfony\Component\HttpFoundation\Request
  • Symfony\Component\HttpFoundation\Response

We are currently using the Symfony HttpFoundation classes for OAuth2 implementation. Since Slim 3 and others have moved to a PSR-7 standard, we are experiencing interoperability issues since the HttpFoundation\Request and Response objects do not conform to the standard.

@Tobion
Copy link
Contributor
Tobion commented Jan 15, 2016

Pleaes use the search. Thanks

@Tobion Tobion closed this as completed Jan 15, 2016
@codyjk
Copy link
Author
codyjk commented Jan 15, 2016

@Tobion - can you clarify? I searched existing issues on this repo and didn't find anything. Did you mean this? http://symfony.com/blog/psr-7-support-in-symfony-is-here

@xabbuh
Copy link
Member
xabbuh commented Jan 15, 2016

@codykrainock You can take a look at #15414 and #17392 for some background information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0