laragraph/utils
Utilities for using GraphQL with Laravel
v2.3.1
17M downloads/mo
#852 most downloaded on Packagist
laragraph/utils
What this package is like to depend on
Last release 5 months ago
04 Mar 2026
Release timing varies
gaps range from 2 weeks to 12 months
Nearly every release is documented
notes for 16 of 16 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
16 releases · first in 2020
2 releases in the last 12 months
see the full history below
Release timeline
16 releases · Dec 2020 to Mar 2026
2021
2022
2023
2024
2025
2026
Releases
latest 16-
v2.3.104 Mar 2026Release notes
Open source →Fixed
- Ignore query parameters in non-GET requests https://github.com/laragraph/utils/issues/26
-
v2.3.019 Feb 2026 -
v2.2.012 Feb 2025Release notes
Open source →Added
- Support Laravel 12 https://github.com/laragraph/utils/pull/20
- Support
thecodingmachine/safe3 https://github.com/laragraph/utils/pull/21
-
v2.1.018 Feb 2024 -
v2.0.330 Nov 2023Release notes
Open source →Fixed
- Do not publish
testsdirectory in composer package https://github.com/laragraph/utils/pull/15
- Do not publish
-
v2.0.216 May 2023Release notes
Open source →Fixed
- Throw
BadMultipartRequestGraphQLExceptionfor invalidmultipart/form-datarequests #14
Release notes
Open source →Fixed
- Throw
BadMultipartRequestGraphQLExceptionfor invalidmultipart/form-datarequests https://github.com/laragraph/utils/pull/14
- Throw
-
v2.0.120 Mar 2023 -
v2.0.020 Mar 2023Release notes
Open source →Changed
- Rely on
$request->input()instead of manually json decoding request body #12
Release notes
Open source →Changed
- Rely on
$request->input()instead of manually json decoding request body https://github.com/laragraph/utils/pull/12
- Rely on
-
v1.6.031 Jan 2023 -
v1.5.013 Jan 2023 -
v1.4.026 Apr 2022Release notes
Open source →Changed
- Consistently throw
BadRequestGraphQLExceptionon invalid requests
- Consistently throw
-
v1.3.014 Jan 2022 -
v1.2.012 Jan 2022 -
v1.1.130 Dec 2021 -
v1.1.027 Dec 2021 -
v1.0.030 Dec 2020Release notes
Open source →Added
- Add
RequestParserto convert an incoming HTTP request to one or moreOperationParams
- Add