Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

PHP Linear API

A simple Object Oriented wrapper for Linear API, written with PHP.


NOTE


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';
useLinearApi\Client;
$client = newClient('<your-api-key>');
$issues = $client->issues->list([
'id',
'title'
]);

About

A simple Object Oriented wrapper for Linear API, written with PHP.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages