linkorb / bergen-client-php
Client library for linkorb/bergen.
v1.0.1
2017-05-16 09:33 UTC
Requires
- php: >=5.5
- guzzlehttp/guzzle: ^6.2
- psr/http-message: ^1.0
Requires (Dev)
- phpunit/phpunit: ^4.8
This package is auto-updated.
Last update: 2024-10-29 04:59:22 UTC
README
A client library for the linkorb/bergen storage API.
Install
$ composer require --no-dev linkorb/bergen-client-php
Example usage
Please refer to the example/ directory for example usage.
To configure the examples, set up the following environment variables:
export BERGEN_USERNAME=joe
export BERGEN_PASSWORD=secret
export BERGEN_API_HOST=127.0.0.1:8080