linkorb/bergen-client-php

Client library for linkorb/bergen.

Installs: 14

Dependents: 0

Suggesters: 1

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/linkorb/bergen-client-php

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

This package is auto-updated.

Last update: 2025-09-29 01:47:36 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