keboola/encryption-api-php-client
最新稳定版本:0.2.2
Composer 安装命令:
composer require keboola/encryption-api-php-client
包简介
Keboola Encryption API Client
README 文档
README
Installation
composer require keboola/encryption-api-php-client
Development
Run the tests:
docker compose run dev composer install docker compose run dev
Usage
use Keboola\EncryptionApiClient\Migrations; $migrations = new Migrations(getenv('STORAGE_API_TOKEN')); $resultMessage = $migrations->migrateConfiguration( sourceStorageApiToken: '...', destinationStack: 'connection.europe-west3.gcp.keboola.com', destinationStorageApiToken: '...', componentId: 'keboola.data-apps', configId: '123456', branchId: '102', dryRun: true, );
License
MIT licensed, see LICENSE file.
统计信息
- 总下载量: 363
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-25