PHPackages                             ciloe/graphql-client-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. ciloe/graphql-client-php

ActiveLibrary[API Development](/categories/api)

ciloe/graphql-client-php
========================

A basic php library for GraphQl API calls

v0.1(7y ago)621[3 issues](https://github.com/Ciloe/graphql-client-php/issues)1MITPHPPHP &gt;=7.1

Since Nov 10Pushed 7y ago3 watchersCompare

[ Source](https://github.com/Ciloe/graphql-client-php)[ Packagist](https://packagist.org/packages/ciloe/graphql-client-php)[ RSS](/packages/ciloe-graphql-client-php/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (9)Versions (3)Used By (1)

**GraphQL Client PHP**
======================

[](#graphql-client-php)

[![Build Master Status](https://camo.githubusercontent.com/a7d4d63381351fd434c8afb23d2cd149a3a7a1c7aa3d605c5f4a84a6f34f00b7/68747470733a2f2f7472617669732d63692e6f72672f43696c6f652f6772617068716c2d636c69656e742d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Ciloe/graphql-client-php)

How to install
--------------

[](#how-to-install)

### Install by **sources**

[](#install-by-sources)

You can install the project with ssh `git clone git@github.com:Ciloe/graphql-client-php.git` or or by https `git clone https://github.com/Ciloe/graphql-client-php.git`

### Install by **composer**

[](#install-by-composer)

To add at your project, just use this command line :

`composer require ciloe/graphql-client-php`

Configuration
-------------

[](#configuration)

At the first time, you need to configure the API information (host, uri, token).

```
