Download the PHP package xiaobe/graphql without Composer
On this page you can find all versions of the php package xiaobe/graphql. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package graphql
图表查询和变更服务
该本插件提供了在 Webman 环境下使用 Laravel ORM 模型进行图表查询和变更的功能。
安装
通过 Composer 来安装该服务:
composer require xiaobe/graphql
查询配置
本项目是webman插件,确认是否配置数据库连接即可
新建查询模型,继承QueryModel
新建一个控制器,实现GraphQLService
抽象类
配置查询模型映射,即可启动
可选配置查询模型字段禁用
变更服务配置
暂定
使用方法
搭建服务
在控制器目录中创建一个新的控制器继承GraphQLService
服务,实现两个set方法
在你的控制器里中定义查询模型映射和每个模型禁用的字段:
namespace xiaobe\Graphql\test;
use xiaobe\Graphql\root\GraphQLService;
#### 介绍
webman库
请使用laraval ORM 其他自行兼容
php 7.4
#### 软件架构
软件架构说明
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
许可证
该项目基于 MIT 许可证进行分发。更多信息请参阅 LICENSE 文件。
All versions of graphql with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2
illuminate/database Version ^8.83
illuminate/pagination Version ^8.83
workerman/webman-framework Version ^1.5.0
illuminate/database Version ^8.83
illuminate/pagination Version ^8.83
workerman/webman-framework Version ^1.5.0
The package xiaobe/graphql contains the following files
Loading the files please wait ....