We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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+)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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+)
The text was updated successfully, but these errors were encountered: