ecodev/graphql-upload
A middleware to support file uploads in GraphQL
8.0.1
2.3M downloads/mo
#4771 most downloaded on Packagist
Ecodev/graphql-upload
What this package is like to depend on
Last release 7 months ago
30 Dec 2025
Ships unpredictably
gaps range from 1 weeks to 2.6 years
Some releases are documented
notes for 8 of 31 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
31 releases · first in 2018
1 release in the last 12 months
see the full history below
Release timeline
30 releases · Jan 2018 to Dec 2025Releases
latest 31-
8.0.130 Dec 2025 -
8.0.028 Aug 2025Release notes
Open source →BREAKING CHANGE
-
Returns HTTP code 413 when
post_max_sizeis exceeded #11708This case is not directly reported by PHP itself, neither via
UploadedFileInterface, so we try our best to detect the situation and
immediately returns the HTTP code 413. We do it immediately because when
the case happens, PHP will leave $_POST entirely empty so we have no way
to do anything further. So we let the client know via HTTP status and it
is up to him to handle in the best way possible.When a 413 happens, the response body contains a detailed message
similar to:{"message": "The server `post_max_size` is configured to accept 10.00 MiB, but received 28.00 MiB"} -
UploadMiddleware::processRequest()is dropped entirely without replacement.
If you need to use this library but you don't already use PSR-15 middleware,
then you will have to implement a workaround yourself.
Added
-
Failed upload will throw the new
UploadError#11708Previously it was up to the application to validate that the received
UploadedFileInterfacewas$file->getError() === UPLOAD_ERR_OK. This
is now included inUploadTypeand allUploadedFileInterfacereceived
by the application are guaranteed to be successful uploads.
Changed
- Drop support for PHP 8.1
-
-
7.0.012 Jan 2023Release notes
Open source →BREAKING CHANGE
- Updated to webonyx/graphql-php 15 which has some breaking changes
- Most classes are final
Added
- PHP 8.2 support
-
6.1.517 Nov 2022 -
6.1.410 Nov 2022 -
6.1.321 Feb 2022 -
6.1.215 Feb 2022Nothing published for this version
-
6.1.115 Feb 2022 -
6.1.002 Dec 2020 -
6.0.028 Oct 2020Nothing published for this version
-
5.0.007 May 2020Nothing published for this version
-
4.1.002 Jan 2020Nothing published for this version
-
4.0.004 Dec 2018Nothing published for this version
-
3.4.011 Nov 2020Nothing published for this version
-
3.3.009 Nov 2020Nothing published for this version
-
3.2.030 Oct 2020Nothing published for this version
-
3.1.129 Oct 2020Nothing published for this version
-
3.1.029 Oct 2020Nothing published for this version
-
3.0.013 Jun 2018Nothing published for this version
-
2.3.213 Oct 2020Nothing published for this version
-
2.3.113 Oct 2020Nothing published for this version
-
2.3.020 Jul 2020Nothing published for this version
-
2.2.220 Jul 2020Nothing published for this version
-
2.2.116 Jul 2020Nothing published for this version
-
2.2.0no dateNothing published for this version
-
2.1.109 Jul 2020Nothing published for this version
-
2.1.009 Jul 2020Nothing published for this version
-
2.0.108 Feb 2018Nothing published for this version
-
2.0.023 Jan 2018Nothing published for this version
-
1.0.119 Jun 2020Nothing published for this version
-
1.0.019 Jan 2018Nothing published for this version