We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

graphql support

graphql is getting popular. after using graphql in a python project i dont want to go back to REST anymore. however phalcon is my only choice in php. i thus desire graphql support. also, i believe support will be inevitable in the near future as graphql overtakes rest/routing/acl - although this is a personal assumption.

there is various php support and as you can see from that list frameworks like laravel and symphony already provide custom support.

please consider creating orm support for graphql (if you dont ill have to learn python/django)

edited Aug '17

https://graphql.org/code/#php

With Composer you can simply include it in your project?

IMO REST is here to stay.

Rest is good but GraphQL is better, because it solves some disadvantages of rest (minimize requests, 1 endpoint, etc.)

Is planned graphql support in future phalcon releases?