renepardon / graphql-client-php
A graphql client for php.
1.1.1
2018-10-17 08:11 UTC
Requires
- php: ^7.0
- ext-json: *
Requires (Dev)
- phpunit/phpunit: 6.*
README
GraphQL PHP client
This is a small and simple PHP client to make requests against GraphQL APIs.
Setup
composer require renepardon/graphql-client-php
TODOs
- add example usage
- write more unit tests
- remove PHPUnit dependency for
Assert::assertArrayHasKey
call. - add example usage from https://medium.com/@goltzchristian/testing-your-graphql-backend-in-php-41a2530ea556