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
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: 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