定制 keboola/sandboxes-api-php-client 二次开发

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

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

keboola/sandboxes-api-php-client

最新稳定版本:6.33.0

Composer 安装命令:

composer require keboola/sandboxes-api-php-client

包简介

PHP Client for Keboola Sandboxes API

README 文档

README

Latest Stable Version License Total Downloads Build

https://sandboxes.keboola.com/documentation

Installation

Library is available as composer package. To start using composer in your project follow these steps:

Install composer

curl -s http://getcomposer.org/installer | php
mv ./composer.phar ~/bin/composer # or /usr/local/bin/composer

Create composer.json file in your project root folder:

{
    "require": {
        "keboola/sandboxes-api-php-client": "~1.0"
    }
}

Install package:

composer install

Add autoloader in your bootstrap script:

require 'vendor/autoload.php';

Read more in Composer documentation

CI

CI is running in GitHub and requires setup of these secrets:

  • KBC_STORAGE_TOKEN - a Storage token working for connection.keboola.com stack
  • KBC_MANAGE_TOKEN - Manage token with provisioning:manage scope

License

MIT licensed, see LICENSE file.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-05-13