Download the PHP package blomstra/linear without Composer
On this page you can find all versions of the php package blomstra/linear. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download blomstra/linear
More information about blomstra/linear
Files in blomstra/linear
Package linear
Short Description An API client for Linear
License MIT
Homepage https://blomstra.net
Informations about the package linear
A PHP SDK for Linear
This is a typed PHP SDK for the Linear API. It contains functionality that would be most commonly needed when integrating with Linear, but does not expose every GraphQL endpoint.
Capabilities
Using this SDK you can:
- Create, retrieve, update, and delete issues
- Retrieve Teams
- Retrieve Projects
- Retrieve an organisation
Requirements
- PHP 8.2+
- An token from Linear (the SDK does not support OAuth 2 authentication yet)
Installation
Like all PHP packages, you can install this package using composer:
Usage
Retrieve Current Organisation
Retrieve Teams
A single team can be retrieved by ID:
Or all teams can be retrieved:
Retrieve Projects
A single project can be retrieved by ID:
Or all projects can be retrieved:
Issues
Retrieve an Issue
A single issue can be retrieved by ID:
Or all issues can be retrieved:
Create an Issue
Update an Issue
Delete an Issue
Testing
Every method in this SDK is unit tested. Please see the tests/Api
folder for more details.
Sponsor
This extension was sponsored by Kagi Search, an ad free search engine
License
MIT
All versions of linear with dependencies
guzzlehttp/guzzle Version ^7.8
illuminate/http Version ^8
symfony/cache Version ^6.4