GraphQLite v6.0 Released - Introducing a more Succinct Syntax

This page summarizes the projects mentioned and recommended in the original post on /r/PHP

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • graphqlite

    Use PHP Attributes/Annotations to declare your GraphQL API (by thecodingmachine)

    With the release of version 6.0 for GraphQLite changes have been made regarding how you can annotate your objects. I feel it is a good time to showcase the power and simplicity of this GraphQL lib. Many people don't realize how succinctly a GraphQL API can be written in PHP.

  • graphql-php

    PHP implementation of the GraphQL specification based on the reference implementation in JavaScript

    What would be the purpose of defining a schema in "SQL" for an annotation driven schema design? If you want to define your schema GraphQL SQL, you should just use https://github.com/webonyx/graphql-php directly. GraphQLite is built on top of this lib, simply allowing you to define your schema via annotations, then builds out and cache's the SDL for you.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • graphqlite-laravel

    A Laravel service provider package to help you get started with GraphQLite in Laravel.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts