PHPackages                             mustafakucuk/php-linear-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. mustafakucuk/php-linear-api

ActiveLibrary[API Development](/categories/api)

mustafakucuk/php-linear-api
===========================

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

v1.0.0(3y ago)1118.4k↓19.2%4MITPHP

Since Jun 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mustafakucuk/php-linear-api)[ Packagist](https://packagist.org/packages/mustafakucuk/php-linear-api)[ Docs](https://github.com/mustafakucuk/php-linear-api)[ RSS](/packages/mustafakucuk-php-linear-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

PHP Linear API
==============

[](#php-linear-api)

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.
- 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](https://developers.linear.app/docs/graphql/working-with-the-graphql-api#personal-api-keys)

---

Installation
------------

[](#installation)

You can install this package with composer:

```
composer require mustafakucuk/php-linear-api

```

Documentation
-------------

[](#documentation)

You can read the documentation of this package go to `docs` directory.

Basic Usage
-----------

[](#basic-usage)

```
require_once 'vendor/autoload.php';

use LinearApi\Client;

$client = new Client('');

$issues = $client->issues->list([
    'id',
    'title'
]);
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1442d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7347594?v=4)[Mustafa KÜÇÜK](/maintainers/mustafakucuk)[@mustafakucuk](https://github.com/mustafakucuk)

---

Top Contributors

[![mustafakucuk](https://avatars.githubusercontent.com/u/7347594?v=4)](https://github.com/mustafakucuk "mustafakucuk (10 commits)")[![danjohnson95](https://avatars.githubusercontent.com/u/6871504?v=4)](https://github.com/danjohnson95 "danjohnson95 (8 commits)")

---

Tags

linearlinear-apiphpphp-linearphpapilinear

### Embed Badge

![Health badge](/badges/mustafakucuk-php-linear-api/health.svg)

```
[![Health](https://phpackages.com/badges/mustafakucuk-php-linear-api/health.svg)](https://phpackages.com/packages/mustafakucuk-php-linear-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23914.2M16](/packages/hubspot-api-client)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[resend/resend-php

Resend PHP library.

574.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
