Download the PHP package eduard9969/clickup-php without Composer
On this page you can find all versions of the php package eduard9969/clickup-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download eduard9969/clickup-php
More information about eduard9969/clickup-php
Files in eduard9969/clickup-php
Package clickup-php
Short Description Fork ClickUp API client (unofficial)
License MIT
Informations about the package clickup-php
Fork for the clickup-php
Fork for the original repo clickup-php | Author: howyi
A simple wrapper for ClickUp API (v1-BETA).
Fork difference:
- Api update to version 2 (in progress)
- Add retries when rate limit is reached (done, thanks @osiset)
- Add tmp cache for identical requests in a short time (in the plans)
Table of Contents
- Installation
- Usage
- Generate Client
- Get
- Create
- Update
- Storage
- LICENSE
Installation
The package is in development status. I don't want to add another copy of the fork to https://packagist.org/
Also, You can install the package using VSC in your composer.json. Add the following code:
Usage
Generate client
Get
You can use tasks
and task
methods on the any level ($team->tasks(); $space->tasks(); $folder->tasks(); etc
). But remember, 100 is the maximum number of items in the response (not actual for chunk method), I recommend refining the research area.
Create
Update
Storage
By default retries when rate limit is reached execute via Memory::Class
. You can use other storage (Implement the StateStorage
interface) and use custom time deferrer (Implement the TimeDeferrer
interface).
LICENSE
This project is released under the MIT license.
All versions of clickup-php with dependencies
guzzlehttp/guzzle Version ^6.3|^7.3
caseyamcl/guzzle_retry_middleware Version ^2.3