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

This package is auto-updated.

Last update: 2023-03-20 19:04:41 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

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

Code License

Resources/meta/LICENSE