PHPackages                             kayrah87/shortcut-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. kayrah87/shortcut-api

ActiveLibrary[API Development](/categories/api)

kayrah87/shortcut-api
=====================

A simple library for accessing the shortcut.com v3 API

1.0.1(4y ago)0552MITPHPPHP &gt;=7.4

Since Apr 28Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Kayrah87/shortcut-api)[ Packagist](https://packagist.org/packages/kayrah87/shortcut-api)[ RSS](/packages/kayrah87-shortcut-api/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

shortcut-api
============

[](#shortcut-api)

A library for accessing the Shortcut.com V3 API

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

[](#installation)

You can install this library using composer:

```
composer require kayrah87/shortcut-api

```

Usage
-----

[](#usage)

To use this library, you need to create a new instance of the ShortcutApi class:

```
$api = new kayrah87\Shortcut('YOUR_SHORTCUT_TOKEN');

```

You can then utilise this as follows:

### Get

[](#get)

Gets a list of all of the selected objects:

```
$api->get('object-name');

```

Gets a specific object:

```
$api->get('object-name', OBJECT_ID);

```

The list of objects can be found on the [Shortcut.com API documentation](https://developers.shortcut.com/docs/api/v3/). However, you may be able to guess most of them.

- stories
- epics
- iterations
- etc etc

### Create

[](#create)

Creates a new object:

```
$api->create('object-name', [
    // object fields
    ]);

```

Again, the specific object fields can be found on the [Shortcut.com API documentation](https://developers.shortcut.com/docs/api/v3/).

### Update

[](#update)

Updates an existing object:

```
$api->update('object-name', OBJECT_ID, [
    // object fields
    ]);

```

### Delete

[](#delete)

Deletes an existing object:

```
$api->delete('object-name', OBJECT_ID);

```

License
-------

[](#license)

This library is licensed under the MIT license. Please see the [LICENSE](LICENSE.md) file for more information. Feel free to use this library in your own projects or to fork it. Thanks!

Contributing
------------

[](#contributing)

This library is open source. You can contribute by opening a pull request on [Github](https://github.com/Kayrah87/shortcut-api/pulls).

Bugs
----

[](#bugs)

Please report any bugs or issues to [Github](https://github.com/Kayrah87/shortcut-api/issues).

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Every ~0 days

Total

5

Last Release

1528d ago

Major Versions

0.1.2 → 1.0.02022-04-28

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a682d9d5e3e71fad9e590ac8dd8a98f6857a25c14302cc5011e87a2d93748ee?d=identicon)[kayrah87](/maintainers/kayrah87)

---

Top Contributors

[![Kayrah87](https://avatars.githubusercontent.com/u/6371001?v=4)](https://github.com/Kayrah87 "Kayrah87 (2 commits)")

### Embed Badge

![Health badge](/badges/kayrah87-shortcut-api/health.svg)

```
[![Health](https://phpackages.com/badges/kayrah87-shortcut-api/health.svg)](https://phpackages.com/packages/kayrah87-shortcut-api)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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