PHPackages                             spinen/laravel-clickup - 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. spinen/laravel-clickup

ActiveLibrary[API Development](/categories/api)

spinen/laravel-clickup
======================

SPINEN's Laravel Package for ClickUp.

1.5.0(3mo ago)292.4k15[2 issues](https://github.com/spinen/laravel-clickup/issues)[2 PRs](https://github.com/spinen/laravel-clickup/pulls)MITPHPPHP ^8.3CI passing

Since Nov 19Pushed 3mo ago7 watchersCompare

[ Source](https://github.com/spinen/laravel-clickup)[ Packagist](https://packagist.org/packages/spinen/laravel-clickup)[ RSS](/packages/spinen-laravel-clickup/feed)WikiDiscussions develop Synced today

READMEChangelog (6)Dependencies (18)Versions (20)Used By (0)

SPINEN's Laravel ClickUp
========================

[](#spinens-laravel-clickup)

[![Latest Stable Version](https://camo.githubusercontent.com/a1995d541c3f5fdf0ebcf559d8a4ca7373ac42d77e8e72cd1a9621a4c0e5dd74/68747470733a2f2f706f7365722e707567782e6f72672f7370696e656e2f6c61726176656c2d636c69636b75702f762f737461626c65)](https://packagist.org/packages/spinen/laravel-clickup)[![Latest Unstable Version](https://camo.githubusercontent.com/b9dd9c9d39e14bf820e854d701116831404c0e1b511ef4a1b824c0bc0fceb21a/68747470733a2f2f706f7365722e707567782e6f72672f7370696e656e2f6c61726176656c2d636c69636b75702f762f756e737461626c65)](https://packagist.org/packages/spinen/laravel-clickup)[![Total Downloads](https://camo.githubusercontent.com/a489498ea34eb04d50bfaa6f727144c9aeb1b2d2752d90ad417f3691760706e8/68747470733a2f2f706f7365722e707567782e6f72672f7370696e656e2f6c61726176656c2d636c69636b75702f646f776e6c6f616473)](https://packagist.org/packages/spinen/laravel-clickup)[![License](https://camo.githubusercontent.com/31eddcfa0c884442893ed14b2ba2944f24bfac00eabb657920edd64956da1abc/68747470733a2f2f706f7365722e707567782e6f72672f7370696e656e2f6c61726176656c2d636c69636b75702f6c6963656e7365)](https://packagist.org/packages/spinen/laravel-clickup)

PHP package to interface with [ClickUp](https://clickup.com). We strongly encourage you to review [ClickUp's API docs](https://clickup.com/api) to get a feel for what this package can do, as we are just wrapping their API.

We solely use [Laravel](https://www.laravel.com) for our applications, so this package is written with Laravel in mind. We have tried to make it work outside of Laravel. If there is a request from the community to split this package into 2 parts, then we will consider doing that work.

Build Status
------------

[](#build-status)

BranchStatusCoverageCode QualityDevelop[![Build Status](https://github.com/spinen/laravel-clickup/workflows/CI/badge.svg?branch=develop)](https://github.com/spinen/laravel-clickup/workflows/CI/badge.svg?branch=develop)[![Code Coverage](https://camo.githubusercontent.com/beca28540f9977a660843965e3deec45d29ff65149dd16b58aa19c5c58c4d4a7/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370696e656e2f6c61726176656c2d636c69636b75702f6261646765732f636f7665726167652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/spinen/laravel-clickup/?branch=develop)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b83562dd9debff747a91a0574e5862452ef66c99db343284ce0b931c8283590e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370696e656e2f6c61726176656c2d636c69636b75702f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/spinen/laravel-clickup/?branch=develop)Master[![Build Status](https://github.com/spinen/laravel-clickup/workflows/CI/badge.svg?branch=master)](https://github.com/spinen/laravel-clickup/workflows/CI/badge.svg?branch=master)[![Code Coverage](https://camo.githubusercontent.com/392c40835ad59c3792875893d3413ff091ec6cc1f36bb70c74ad3c866460810e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370696e656e2f6c61726176656c2d636c69636b75702f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/spinen/laravel-clickup/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a6a2c4447c57db4192983bb105f18b599f8172773a535f817304a13dcb9887b5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7370696e656e2f6c61726176656c2d636c69636b75702f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/spinen/laravel-clickup/?branch=master)Table of Contents
-----------------

[](#table-of-contents)

- [Installation](#installation)
- [Laravel Setup](#laravel-setup)
    - [Configuration](#configuration)
        - [Optional Keys](#optional-keys)
- [Generic PHP Setup](#generic-php-setup)
    - [Examples](#examples)
- [Authentication](#authentication)
    - [OAuth](#oauth)
    - [Personal Token](#personal-token)
- [Usage](#usage)
    - [Supported Actions](#supported-actions)
    - [Using the Client](#using-the-client)
        - [Getting the Client object](#getting-the-client-object)
        - [Models](#models)
        - [Relationships](#relationships)
        - [Advanced filtering using "where"](#advanced-filtering-using-where)
    - [More Examples](#more-examples)
- [Known Issues](#known-issues)

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

[](#installation)

Install ClickUp PHP Package via Composer:

```
$ composer require spinen/laravel-clickup
```

The package uses the [auto registration feature](https://laravel.com/docs/master/packages#package-discovery) of Laravel.

Laravel Setup
-------------

[](#laravel-setup)

### Configuration

[](#configuration)

1. You will need to make your `User` object implement includes the `Spinen\ClickUp\Concerns\HasClickUp` trait which will allow it to access the Client as an attribute like this: `$user->clickup`

    ```
