kieranajp/graphql-client

A simple client to make working with GraphQL APIs nicer.

0.0.1 2019-11-04 15:56 UTC

This package is auto-updated.

Last update: 2024-04-06 00:49:53 UTC


README

codecov

This is a PSR-18 compatible GraphQL client, using http://httplug.io.

Installation

$ composer require kieranajp/graphql-client

Usage

Full usage docs are coming, but for now check the tests.

Pass a httplug compatible adapter to the Client constructor, and away you go!

Contributing

Please do!

Note that code is checked with phpcs and psalm, and unit tested with kahlan. These are all runnable via the Makefile.