linkorb / bergen-client-php
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-08-29 04:43:01 UTC
README
这是一个linkorb/bergen存储API的客户端库。
安装
$ composer require --no-dev linkorb/bergen-client-php
示例用法
请参考example/目录中的示例用法。
要配置示例,请设置以下环境变量
export BERGEN_USERNAME=joe
export BERGEN_PASSWORD=secret
export BERGEN_API_HOST=127.0.0.1:8080