linkorb/bergen-client-php

Client library for linkorb/bergen.

v1.0.1 2017-05-16 09:33 UTC

This package is auto-updated.

Last update: 2024-04-29 03:44:28 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