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
- Host: GitHub
- URL: https://github.com/kitlabs-cn/yii2-graphql
- Owner: kitlabs-cn
- License: mit
- Created: 2017-07-27T09:33:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T09:45:45.000Z (almost 8 years ago)
- Last Synced: 2025-01-24T18:30:16.866Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yii GraphQL
===========
kitlabs yii GraphQLInstallation
------------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(); ?>```