Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Change vendor name
  • Loading branch information
bubnov-mikhail authored Jan 23, 2017
1 parent 62327fd commit 5aff09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# TissueBundle [![License](https://poser.pugx.org/cleentfaar/tissue-bundle/license.svg)](https://packagist.org/packages/cleentfaar/tissue-bundle)

A Symfony 3 bundle that can scan your files for viruses using the [Tissue](https://github.com/bubnovKelnik/tissue) library
A Symfony 3 bundle that can scan your files for viruses using the [Tissue](https://github.com/bubnov-mikhail/tissue) library
and adapters. Uses the `ClamAV` engine by default.

### Features

- Scan uploaded files during validation (using the `CleanFile` constraint).
- Scan files during a batch process (simply using the `cl_tissue.scanner`-service).
- Uses the [Tissue](https://github.com/bubnovKelnik/tissue) library and it's `ClamAV` adapter, but you can use your own
- Uses the [Tissue](https://github.com/bubnov-mikhail/tissue) library and it's `ClamAV` adapter, but you can use your own
virus-scanning engine by adding your own adapter service and tagging it with `cl_tissue.adapter`
(check out the [installation documentation](Resources/doc/installation.md) for more information).

Expand Down

0 comments on commit 5aff09c

Please sign in to comment.