ets / document-storage-bundle
Symfony bundle that integrates with ets/document-storage
Installs: 2 553
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 27
Forks: 0
Open Issues: 0
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