-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
Filepond with Slim 4 #29
Comments
Hi @mkraha I had a look at Filepond. Unfortunately there are only very outdated vanilla PHP- and two Laravel-specific adapters. But I couldn't find a PSR-7 compatible adapter yet. Do you know an adapter for Filepond that is compatible with PSR-7? |
Getting the payload of a PSR-7 request is very easy. I mean a full framework independent PSR-7 implementation of that Filepond "protocol" with all the file handling and so on. |
@odan Sorry! What is that mean? you will able to create one for SLIM or have to ask filepond developer to update php support? |
I think before we can provide support for Slim, we (or someone else) should first implement a PSR-7 based filepond adapter. Someone who needs this filepond adapter could ask a filepond developer to implement it, or we could do it ourselves. https://github.com/pqina/filepond/issues Are you interested in implementing this filepond adapter? I could also help you with that. |
I am interested but I don't know where to start that. Could please help/guide me to work on that? |
For the beginning you could read the API documentation: Then this API must be implemented in PHP based on a PSR-7 request and response object. For more inspiration you could look here:
PS: I just realized that a special library is not required. I think I write a blog post about this topic. |
Thanks a lot for this!!!! |
Hello Odan,
Could you please consider to write a tutorial for Filepond uploader for Slim 4.
Thank you.
The text was updated successfully, but these errors were encountered: