Skip to content

Commit 7ee3431

Browse files
committed
Added badges to docs + added section on complementary tools
1 parent 0969073 commit 7ee3431

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

docs/complementary-tools.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1-
# Relay
1+
# Integrations
22

3-
# GraphiQL
3+
- [Integration with Relay](https://github.com/ivome/graphql-relay-php)
4+
- [Integration with Laravel 5](https://github.com/Folkloreatelier/laravel-graphql) + [Relay Helpers for Laravel](https://github.com/nuwave/laravel-graphql-relay)
5+
- [Symfony Bundle](https://github.com/overblog/GraphQLBundle) by Overblog
6+
7+
# Tools
8+
- [GraphiQL](https://github.com/graphql/graphiql) - An in-browser IDE for exploring GraphQL
9+
- [ChromeiQL](https://chrome.google.com/webstore/detail/chromeiql/fkkiamalmpiidkljmicmjfbieiclmeij)
10+
or [GraphiQL Feen](https://chrome.google.com/webstore/detail/graphiql-feen/mcbfdonlkfpbfdpimkjilhdneikhfklp) -
11+
GraphiQL as Google Chrome extension

docs/index.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[![GitHub stars](https://img.shields.io/github/stars/webonyx/graphql-php.svg?style=social&label=Star)](https://github.com/webonyx/graphql-php)
2+
[![Build Status](https://travis-ci.org/webonyx/graphql-php.svg?branch=master)](https://travis-ci.org/webonyx/graphql-php)
3+
[![Coverage Status](https://coveralls.io/repos/github/webonyx/graphql-php/badge.svg)](https://coveralls.io/github/webonyx/graphql-php)
4+
[![Latest Stable Version](https://poser.pugx.org/webonyx/graphql-php/version)](https://packagist.org/packages/webonyx/graphql-php)
5+
[![License](https://poser.pugx.org/webonyx/graphql-php/license)](https://packagist.org/packages/webonyx/graphql-php)
6+
17
# About GraphQL
28

39
GraphQL is a modern way to build HTTP APIs consumed by web and mobile clients.
@@ -24,7 +30,7 @@ are used. Instead it provides tools for creating rich API for your existing app.
2430
These tools include:
2531

2632
- Primitives to express your app as a Type System
27-
- Tools for validation and introspection of this Type System (for compatibility with tools like [GraphiQL](complementary-tools/#graphiql))
33+
- Tools for validation and introspection of this Type System (for compatibility with tools like [GraphiQL](complementary-tools/#tools))
2834
- Tools for parsing, validating and executing GraphQL queries against this Type System
2935
- Rich error reporting, including query validation and execution errors
3036
- Optional tools for parsing GraphQL Schema Definition language
@@ -33,8 +39,13 @@ Also several [complementary tools](complementary-tools/) are available which pro
3339
existing PHP frameworks, add support for Relay, etc.
3440

3541
## Current Status
36-
Current version supports all features described by GraphQL specification
42+
First version of this library (v0.1) was released on August 10th 2015.
43+
44+
Current version (v0.7) supports all features described by GraphQL specification
3745
(including April 2016 add-ons) as well as some experimental features like
3846
Schema Language parser.
3947

40-
Ready for real-world usage.
48+
Ready for real-world usage.
49+
50+
## Github
51+
Project source code is [hosted on GitHub](https://github.com/webonyx/graphql-php).

0 commit comments

Comments
 (0)