An open API service indexing awesome lists of open source software.

https://github.com/kitlabs-cn/yii2-graphql

yii2 GraphQL extensions
https://github.com/kitlabs-cn/yii2-graphql

Last synced: 2 months ago
JSON representation

yii2 GraphQL extensions

Awesome Lists containing this project

README

        

yii GraphQL
===========
kitlabs yii GraphQL

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist kitlabs/yii2-graphql "*"
```

or add

```
"kitlabs/yii2-graphql": "*"
```

to the require section of your `composer.json` file.

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
= \Kitlabs\Graphql\AutoloadExample::widget(); ?>```