Download the PHP package linkorb/silex-provider-objectstorage without Composer
On this page you can find all versions of the php package linkorb/silex-provider-objectstorage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download linkorb/silex-provider-objectstorage
More information about linkorb/silex-provider-objectstorage
Files in linkorb/silex-provider-objectstorage
Download linkorb/silex-provider-objectstorage
More information about linkorb/silex-provider-objectstorage
Files in linkorb/silex-provider-objectstorage
Vendor linkorb
Package silex-provider-objectstorage
Short Description Service providing Object Storage.
License MIT
Package silex-provider-objectstorage
Short Description Service providing Object Storage.
License MIT
Please rate this library. Is it a good library?
Informations about the package silex-provider-objectstorage
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 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 at GitHub"
"objectstorage/objectstorage.conf.dist - linkorb/objectstorage"
All versions of silex-provider-objectstorage with dependencies
PHP Build Version
Package Version
The package linkorb/silex-provider-objectstorage contains the following files
Loading the files please wait ....