PHPackages                             bigfs/bigfs-client - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bigfs/bigfs-client

ActiveLibrary

bigfs/bigfs-client
==================

BigFS - Cloud Storage Client

08181PHP

Since Jul 17Pushed 5y ago2 watchersCompare

[ Source](https://github.com/bigfs-cloud/bigfs-php-client)[ Packagist](https://packagist.org/packages/bigfs/bigfs-client)[ RSS](/packages/bigfs-bigfs-client/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

BigFS PHP Client
================

[](#bigfs-php-client)

Cloud Storage

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 1.0.0
- Build package: org.openapitools.codegen.languages.PhpClientCodegen

Requirements
------------

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

To install the bindings via [Composer](http://getcomposer.org/), add the following to `composer.json`:

```
{
  "require": {
    "firebase/php-jwt": "5.2.0",
    "bigfs/bigfs-client": "0.1.0"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');
```

Getting Started
---------------

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
