定制 kickplan/kickplan-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

kickplan/kickplan-sdk

最新稳定版本:0.9.0a

Composer 安装命令:

composer require kickplan/kickplan-sdk

包简介

PHP implementation of Kickplan's API as an SDK.

README 文档

README

Development Notes

To test this SDK, follow these steps:

  1. Install Dependencies
    Run the following command in the root directory to install all required dependencies:

    composer install
  2. Autoload Classes
    Generate the autoload files with:

    composer dump-autoload
  3. Set Environment Variables
    Ensure the following environment variables are set:

    export KICKPLAN_API_KEY="your_api_token"
    export KICKPLAN_BASE_URL="your_url_here"
  4. Run Tests
    Execute the test suite using PHPUnit:

    vendor/bin/phpunit

Implementation

For detailed implementation guidance, see our Introduction.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-01