graphql-parser-php
graphql-parser-php copied to clipboard
A PHP extension wrapping the libgraphqlparser library for parsing GraphQL.
The reason I'm asking is that I'm currently heading an open source project under our organization where we are building a PHP7 implementation of the GraphQL spec, as the existing...
For IDE's to pickup the classes you're generating with C you need to write stub files. Here you go for the current interface. Doesn't seem like there's an automatic way...
For some reason these two tests are failing, while runs OK on the `libgraphqlparser` repository: https://github.com/dosten/graphql-parser-php/blob/master/tests/reject_control_character_in_string.phpt ``` TEST 11/29 [tests/reject_control_character_in_string.phpt] ========DIFF======== 001+ 001- 1.13-14: unrecognized character \b ========DONE======== FAIL Reject...