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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package xiaobe/graphql contains the following files

Loading the files please wait ....