承接 aria-php/aria-graphql-client 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aria-php/aria-graphql-client

最新稳定版本:1.9.12

Composer 安装命令:

composer require aria-php/aria-graphql-client

包简介

ARIA GraphQL library

README 文档

README

Provides a PHP Library for communicating with the ARIA GraphQL API.

Installation

Add the repository to your composer.json:

"repositories": [
    {
      "type": "vcs",
      "url": "https://gitlab.com/aria-php/aria-graphql-client.git"
    }
  ],

and then composer require aria-php/aria-graphql-client from within your project.

Usage

The Client provides the low level interface for calling the GraphQL server, however you should use one of the interface classes based off of APIDefinition.

These interface classes do / will provide a function level interface for the API. E.g.


$client = new Client();
$client->setToken($bearer);

$documents = new DocumentAPI($client);

$docs = $documents->getDocuments();

统计信息

  • 总下载量: 7.56k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2020-11-09