ets / document-storage-bundle
This package is abandoned and no longer maintained.
No replacement package was suggested.
Symfony bundle that integrates with ets/document-storage
0.5.1
2016-08-23 14:44 UTC
Requires
- php: >=5.3.3
- ets/document-storage: ~0.5
- symfony/framework-bundle: >=2.2
README
Symfony bundle that integrates with ets/document-storage.
Installation
You can install the bundle using composer.
composer.phar require ets/document-storage-bundle
See the tags to know which version to use when it asks for a version.
##Enabling the bundle
Enable the bundle in the kernel:
<?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new ETS\DocumentStorageBundle\ETSDocumentStorageBundle() ); }
Available services
- ets.document_storage.client.echo_sign
- ets.document_storage.client.s3.base
Available S3 specific parameters
- ets.document_storage.s3.config.profile
- ets.document_storage.s3.config.region