An open API service indexing awesome lists of open source software.

https://github.com/linkorb/silex-provider-objectstorage


https://github.com/linkorb/silex-provider-objectstorage

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# linkorb/silex-provider-objectstorage

Provides the `ObjectStorage\Service` from [linkorb/objectstorage][] as a
service named `object_storage.service`.

## Install

Install using composer:-

$ composer require linkorb/silex-provider-objectstorage

Then, [configure the storage service][objectstorage.conf] and register the
provider, passing the configuration values to the `register` method:-

// app/app.php
use LinkORB\ObjectStorage\Provider\ObjectStorageServiceProvider;
...
$app->register(
new ObjectStorageServiceProvider,
['object_storage.config' => [...]]
);

## Usage

See the [documentation for linkorb/objectstorage][linkorb/objectstorage].

[linkorb/objectstorage]:
"linkorb/objectstorage at GitHub"
[objectstorage.conf]:
"objectstorage/objectstorage.conf.dist - linkorb/objectstorage"