14/12
2017
dev-master
9999999-dev
The Requires
- php >=5.4.16
- partner-it/php-curl-wrapper ~1.0
The Development Requires
Wallogit.com
2017 © Pedro Peláez
composer require partner-it/b2-php
Instantiate a new client and get a token:, (*2)
$client = new \B2\B2Client('accountid', 'applicationKey'); $client->requestToken();
$client->Files->uploadFile('bucketId', '/my/local/path/image.jpg', 'image.jpg', 'image/jpeg');
Download a file by name:, (*3)
$data = $b2Client->Files->downloadFileByName('bucketname', 'image.jpg');