php-graphql is a pure php implementation of the latest GraphQL specification based on the reference implementation in JavaScript.
Via composer:
composer require joonlabs/php-graphql
Via git submodule:
git clone https://github.com/joonlabs/php-graphql.git
For more information, see the doc pages
The library's documentation is available at https://joonlabs.github.io/php-graphql/ or in the docs folder.
Examples can be found in the examples directory and are additionally discussed in the documentation.
see joonlabs.com
see leafx.de
Fore more infromation regarding the license, see the LICENSE file.