ibon-azkoitia/laravel-clickup 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ibon-azkoitia/laravel-clickup

最新稳定版本:1.0.0

Composer 安装命令:

composer require ibon-azkoitia/laravel-clickup

包简介

Laravel ClickUp API Wrapper

README 文档

README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

ClickUp API wrapper for Laravel

Installation

You can install the package via composer:

composer require ibon-azkoitia/laravel-clickup

Configuration

You can publish the config file with:

php artisan vendor:publish --tag="clickup-config"

Testing

Local Testing Setup

To run the tests locally, you'll need to:

  1. Copy .env.testing.example to .env.testing:
cp .env.testing.example .env.testing
  1. Update .env.testing with your ClickUp test credentials:

    • CLICKUP_API_TOKEN: Your ClickUp API token
    • CLICKUP_TEST_LIST_ID: ID of a list in your ClickUp workspace
    • CLICKUP_TEST_TEAM_ID: Your ClickUp team ID
    • CLICKUP_TEST_TASK_ID: ID of a task in your test list
    • CLICKUP_TEST_TASK_ID_2: ID of another task in your test list
    • CLICKUP_TEST_TEMPLATE_ID: ID of a template in your test list
  2. Run the tests:

composer test

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:

  1. Ensure all tests pass locally using your own ClickUp test credentials
  2. The GitHub Actions workflow will run:
    • Code style checks
    • Static analysis
    • Basic syntax validation
  3. 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.

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-02-17