PHP Package: ecodev/graphql-upload

Ecodev's GraphQL Upload PHP library provides seamless file uploading capabilities for GraphQL servers.

Current Version: 8.0.0
Last Updated: 2025-08-28
PHP Requirement: ^8.2
Dependencies:
webonyx/graphql-php
symfony/http-foundation
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Empower your GraphQL server with file upload support using ecodev's GraphQL Upload PHP library. This library simplifies the process of handling file uploads within your GraphQL schema, enhancing user experience and expanding functionality.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 8.0.0

Download Download v8.0.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/ecodev/graphql-upload/8.0.0/loader.php';
require_once 'libs/webonyx/graphql-php/15.25.1/loader.php';
require_once 'libs/symfony/http-foundation/7.3.4/loader.php';

use Ecodev\GraphQLUpload\UploadType;
use Symfony\Component\HttpFoundation\File\UploadedFile;

$obj = new UploadType();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.