Download the PHP package ibon-azkoitia/laravel-clickup without Composer
On this page you can find all versions of the php package ibon-azkoitia/laravel-clickup. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ibon-azkoitia/laravel-clickup
More information about ibon-azkoitia/laravel-clickup
Files in ibon-azkoitia/laravel-clickup
Package laravel-clickup
Short Description Laravel ClickUp API Wrapper
License MIT
Homepage https://github.com/ibonazkoitia/laravel-clickup
Informations about the package laravel-clickup
ClickUp for Laravel
ClickUp API wrapper for Laravel
Installation
You can install the package via composer:
Configuration
You can publish the config file with:
Testing
Local Testing Setup
To run the tests locally, you'll need to:
-
Copy
.env.testing.example
to.env.testing
: -
Update
.env.testing
with your ClickUp test credentials:CLICKUP_API_TOKEN
: Your ClickUp API tokenCLICKUP_TEST_LIST_ID
: ID of a list in your ClickUp workspaceCLICKUP_TEST_TEAM_ID
: Your ClickUp team IDCLICKUP_TEST_TASK_ID
: ID of a task in your test listCLICKUP_TEST_TASK_ID_2
: ID of another task in your test listCLICKUP_TEST_TEMPLATE_ID
: ID of a template in your test list
- Run the tests:
Important: The test suite interacts with the actual ClickUp API. Please use a development workspace for testing to avoid affecting production data.
Contributing & Pull Requests
When submitting a pull request:
- Ensure all tests pass locally using your own ClickUp test credentials
- The GitHub Actions workflow will run:
- Code style checks
- Static analysis
- Basic syntax validation
- Full API integration tests will only run in the maintainer's environment to protect the test workspace
Note: For security reasons, integration tests that interact with the ClickUp API will only run for repository maintainers. Contributors should thoroughly test their changes locally using their own ClickUp workspace before submitting PRs.
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
License
The MIT License (MIT). Please see License File for more information.