PHP Package: webonyx/graphql-php

GraphQL-PHP is a versatile PHP library for implementing GraphQL servers effortlessly.

Current Version: 15.19.1
Last Updated: 2024-12-19
PHP Requirement: ^7.4 || ^8
Dependencies:
webonyx/graphql-php-client
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

GraphQL-PHP is a feature-rich PHP library that simplifies the process of building GraphQL servers. It provides a wide range of tools and features to streamline the implementation of GraphQL in PHP projects. With GraphQL-PHP, developers can create efficient and robust GraphQL APIs, handle complex data fetching requirements, and enhance overall server performance.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 15.20.0

Clock Coming soon

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/webonyx/graphql-php/15.20.0/loader.php';
require_once 'libs/webonyx/graphql-php-client/{lib_version}/loader.php';

use Vendor\Name\Class1;
use Vendor\Name\Class2;
use Vendor\Name\Class3;

$obj = new Class1();
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.