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

Implement PSR-7 and PSR-17 #8

Open
jakejackson1 opened this issue Jul 6, 2022 · 0 comments
Open

Implement PSR-7 and PSR-17 #8

jakejackson1 opened this issue Jul 6, 2022 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@jakejackson1
Copy link
Member

jakejackson1 commented Jul 6, 2022

As part of standardising this library, it would be good to create a new major release that implemented the PSR-7 UploadedFileInterface and the UploadedFileFactoryInterface PSR-17 factory.

If we can, rather than extend the interface ourselves I'd recommend leveraging an existing well-tested library. Possible contenders include:

https://github.com/Nyholm/psr7
https://github.com/nimbly/Capsule
https://github.com/slimphp/Slim-Psr7
https://github.com/guzzle/psr7/
https://github.com/httpsoft/http-message (PHP7.4+)

@jakejackson1 jakejackson1 added the help wanted Extra attention is needed label Jul 6, 2022
@jakejackson1 jakejackson1 changed the title Implement PSR-7 UploadedFileInterface Implement PSR-7 and PSR-17 Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant