PHP Package: softonic/graphql-client

A powerful PHP library for GraphQL API interactions, offering seamless query execution and response handling.

Current Version: 3.1.0
Last Updated: 2024-12-09
PHP Requirement: ^8.0
Dependencies:
softonic/graphql-client-dependency1
softonic/graphql-client-dependency2
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The GraphQL Client PHP library by Softonic simplifies API communication through GraphQL, providing a robust set of tools for querying and managing data. With intuitive query execution and efficient response handling, this library streamlines the process of integrating GraphQL functionality in your PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.1.1

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/softonic/graphql-client/3.1.1/loader.php';
require_once 'libs/softonic/graphql-client-dependency1/{lib_version}/loader.php';
require_once 'libs/softonic/graphql-client-dependency2/{lib_version}/loader.php';

use Softonic\GraphQLClient\Client;
use Softonic\GraphQLClient\Response;

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