keboola/sandboxes-api-php-client
最新稳定版本:6.33.0
Composer 安装命令:
composer require keboola/sandboxes-api-php-client
包简介
PHP Client for Keboola Sandboxes API
关键字:
README 文档
README
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 stackKBC_MANAGE_TOKEN- Manage token withprovisioning:managescope
License
MIT licensed, see LICENSE file.
统计信息
- 总下载量: 32.92k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-05-13