fubhy / graphql-php
A GraphQL parser for PHP.
Installs: 2 045
Dependents: 0
Suggesters: 0
Security: 0
Stars: 13
Watchers: 3
Forks: 1
Open Issues: 2
Requires
- php: >=5.3.0
Requires (Dev)
- phpunit/phpunit: ~4.7
- scrutinizer/ocular: ~1.1
This package is not auto-updated.
Last update: 2024-11-09 19:47:52 UTC
README
PSR-4 compliant implementation of Facebook's GraphQL parser reference implementation in PHP.
Install
Via Composer
$ composer require fubhy/graphql-php
Usage
To be done ...
Testing
$ composer test
Contributing
To be done ...
Security
If you discover any security related issues, please email fubhy@fubhy.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.