keboola / sandboxes-api-php-client
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP Client for Keboola Sandboxes API
Package info
github.com/keboola/sandboxes-api-php-client
pkg:composer/keboola/sandboxes-api-php-client
6.34.0
2026-03-19 14:31 UTC
Requires
- php: ^8.2
- ext-json: *
- guzzlehttp/guzzle: ~6.0|~7.0
- psr/log: ^1.1|^2.0|^3.0
- symfony/validator: ^6.0|^7.0
Requires (Dev)
- keboola/coding-standard: ^15.0
- keboola/kbc-manage-api-php-client: ^7.1
- keboola/storage-api-client: ^14.15
- phpstan/phpstan: ^1.10
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^9.6
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2026-05-25 21:35:25 UTC
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.