Back

GraphQL for PHP

A PHP implementation of the GraphQL specification.

GraphQL is a query language for your API and a runtime for querying your existing data.

After using the existing GraphQL implementations in various projects we decided to write our own implementation to be able to keep up with the evolution of the GraphQL ecosystem.

Our main goals with this project has been to provide a minimalistic, yet powerful implementation with the best possible developer experience while keeping it easy to extend for project-specific needs. Currently we support custom scalars and validators, resolver middleware, etc. We have also planned to add support for schema directives in the near future.

  • Created Feb 7th, 2018
  • Updated 9 months ago
  • 481 commits
  • 220 stars
  • 15 forks
  • 11 open issues
  • 1 pull request
Created withGatsby