Download the PHP package keboola/storage-api-php-client-branch-wrapper without Composer
On this page you can find all versions of the php package keboola/storage-api-php-client-branch-wrapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download keboola/storage-api-php-client-branch-wrapper
More information about keboola/storage-api-php-client-branch-wrapper
Files in keboola/storage-api-php-client-branch-wrapper
Package storage-api-php-client-branch-wrapper
Short Description Wrapper for Storage API clients for Dev/Prod mode
License MIT
Informations about the package storage-api-php-client-branch-wrapper
Storage API PHP Client Branch Wrapper
This is a wrapper for encapsulating Client and BranchAwareClient of Storage API PHP Client.
Installation
composer require keboola/storage-api-php-client-branch-wrapper
Usage
Create client instance and use it in wrapper instance:
Client options refer to the options of the Storage API Client constructor.
Except for the runIdGenerator
option which defines a callback used to generate runId
when none is provided in
request (applicable for StorageClientRequestFactory
).
Development
Create a test Keboola Connection project and set TEST_STORAGE_API_URL
and TEST_STORAGE_API_TOKEN
environment variables. Use the .env.dist
file to create .env
file.
Run tests with:
docker-compose run --rm dev
License
MIT licensed, see LICENSE file.
All versions of storage-api-php-client-branch-wrapper with dependencies
ext-json Version *
keboola/storage-api-client Version ^15.0
symfony/http-foundation Version ^5.2|^6.0
symfony/validator Version ^5.2|^6.0