youshido-php/GraphQLBundle

Does it work with legacy Symfony

jbonigomes opened this issue · 6 comments

Great project, I was just wondering if this package works with older versions of Symfony, 1.4 in particular

Hi @jbonigomes ,
Take a look at the controller we're using, it's very simple. Let me know if there anything unclear, we can create a legacy branch that you can use.
https://github.com/Youshido/GraphQLBundle/blob/master/Controller/GraphQLController.php

Thanks @viniychuk, I have been living in the node.js world for a while now, my PHP skills are rather rusty, is there a way to install the package without composer? Is it too much trouble for you guys getting a legacy branch? Thanks very much

@jbonigomes will try to do that on the weekend, shouldn't take long

@jbonigomes also, take a look at the original library, you might want to just use that for the legacy project – http://gitHub.com/youshido/graphql

Thanks Youshido, I will try the legacy project over the weekend, really appreciate your help

In fact, this does not work with my required version of PHP, 5.4, believe it or not