mustafakucuk/php-linear-api
最新稳定版本:v1.0.0
Composer 安装命令:
composer require mustafakucuk/php-linear-api
包简介
A simple Object Oriented wrapper for Linear API, written with PHP.
README 文档
README
A simple Object Oriented wrapper for Linear API, written with PHP.
NOTE
-
You should take a look Linear GraphQL API Schema for all nodes and fields. https://github.com/linear/linear/blob/master/packages/sdk/src/schema.graphql
-
You must authenticate for all API calls.
-
Some apis not support some features like (list, get, update, delete)
-
You can follow get api key Linear
Installation
You can install this package with composer:
composer require mustafakucuk/php-linear-api
Documentation
You can read the documentation of this package go to docs directory.
Basic Usage
require_once 'vendor/autoload.php'; use LinearApi\Client; $client = new Client('<your-api-key>'); $issues = $client->issues->list([ 'id', 'title' ]);
统计信息
- 总下载量: 15.72k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 11
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-06-06