https://github.com/linkorb/silex-provider-objectstorage
https://github.com/linkorb/silex-provider-objectstorage
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linkorb/silex-provider-objectstorage
- Owner: linkorb
- Created: 2017-05-15T19:45:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-31T11:22:40.000Z (about 9 years ago)
- Last Synced: 2025-07-22T20:13:24.661Z (11 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"