tobur/vich-uploader-encrypt

There is no license information available for the latest version (v0.4) of this package.

Installs: 51

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 2

Open Issues: 0

Type:symfony-bundle

v0.4 2018-10-17 09:14 UTC

This package is not auto-updated.

Last update: 2024-05-01 03:59:07 UTC


README

Install

composer require tobur/vich-uploader-encrypt v0.3
VichUploaderEncryp\VichUploaderEncryptBundle::class => ['all' => true],

Create vich_uploader_encryp.yaml for configure bundle:

vich_uploader_encrypt:
      encryption_key: some key for encrypt
      encryption_vi: some vi for encrypt

Basic Usage:

* @UploadableField( 
* mapping="cv_file", 
* fileNameProperty="cvName",
* encrypted=true 
* )