All Projects → webonyx → Graphql Php

webonyx / Graphql Php

Licence: mit
A PHP port of GraphQL reference implementation

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to Graphql Php

Tyk
Tyk Open Source API Gateway written in Go, supporting REST, GraphQL, TCP and gRPC protocols
Stars: ✭ 6,968 (+65.16%)
Mutual labels:  api, graphql, api-management
Graphql Apis
📜 A collective list of public GraphQL APIs
Stars: ✭ 3,525 (-16.45%)
Mutual labels:  api, graphql
Typegql
Create GraphQL schema with TypeScript classes.
Stars: ✭ 415 (-90.16%)
Mutual labels:  api, graphql
Graphql Core
A Python 3.6+ port of the GraphQL.js reference implementation of GraphQL.
Stars: ✭ 344 (-91.85%)
Mutual labels:  api, graphql
Insomnia
The open-source, cross-platform API client for GraphQL, REST, and gRPC.
Stars: ✭ 18,969 (+349.61%)
Mutual labels:  api, graphql
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (-93.17%)
Mutual labels:  api, graphql
Wp Graphql Woocommerce
Add WooCommerce support and functionality to your WPGraphQL server
Stars: ✭ 318 (-92.46%)
Mutual labels:  api, graphql
Wp Graphql
🚀 GraphQL API for WordPress
Stars: ✭ 3,097 (-26.59%)
Mutual labels:  api, graphql
Absinthe
The GraphQL toolkit for Elixir
Stars: ✭ 3,805 (-9.81%)
Mutual labels:  api, graphql
Figma Graphql
The reimagined Figma API (super)powered by GraphQL
Stars: ✭ 354 (-91.61%)
Mutual labels:  api, graphql
Wp Graphql Acf
WPGraphQL for Advanced Custom Fields
Stars: ✭ 358 (-91.51%)
Mutual labels:  api, graphql
Chn Eolinker Ams Lite 4.0 For Java
中国最大的API接口管理平台,3.x开源发行版,支持多国语言[英语、简体中文、繁体中文]
Stars: ✭ 275 (-93.48%)
Mutual labels:  api, api-management
Requester
Powerful, modern HTTP/REST client built on top of the Requests library
Stars: ✭ 273 (-93.53%)
Mutual labels:  api, graphql
Vulcain
Fast and idiomatic client-driven REST APIs.
Stars: ✭ 3,190 (-24.39%)
Mutual labels:  api, graphql
Apisix Dashboard
Dashboard for Apache APISIX
Stars: ✭ 268 (-93.65%)
Mutual labels:  api, api-management
Graphql Starter
💥 Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, and Material UI.
Stars: ✭ 3,377 (-19.96%)
Mutual labels:  api, graphql
Villus
🏎 A tiny and fast GraphQL client for Vue.js
Stars: ✭ 378 (-91.04%)
Mutual labels:  api, graphql
Templates
.NET project templates with batteries included, providing the minimum amount of code required to get you going faster.
Stars: ✭ 2,864 (-32.12%)
Mutual labels:  api, graphql
Strapi Sdk Javascript
🔌 Official JavaScript SDK for APIs built with Strapi.
Stars: ✭ 247 (-94.15%)
Mutual labels:  api, graphql
Askql
AskQL is a query language that can express any data request
Stars: ✭ 352 (-91.66%)
Mutual labels:  api, graphql

graphql-php

CI Coverage Status Latest Stable Version

This is a PHP implementation of the GraphQL specification based on the reference implementation in JavaScript.

Installation

Via composer:

composer require webonyx/graphql-php

Documentation

Full documentation is available at https://webonyx.github.io/graphql-php or in the docs directory.

If you don't know what GraphQL is, visit the official website first.

Examples

There are several ready examples in the examples directory, with a specific README file per example.

Versioning

This project follows Semantic Versioning 2.0.0.

Elements that belong to the public API of this package are marked with the @api PHPDoc tag. Those elements are thus guaranteed to be stable within major versions. All other elements are not part of this backwards compatibility guarantee and may change between minor or patch versions.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

License

See LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].