dogpampa/yii2-clamd

Extend https://github.com/FileZ/php-clamd/blob/master/README.md for Yii2

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

dev-master 2015-09-12 23:36 UTC

This package is not auto-updated.

Last update: 2025-09-17 14:48:14 UTC


README

yii2-clamd

Extend https://github.com/FileZ/php-clamd/blob/master/README.md for Yii2

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist dogpampa/yii2-clamd "*"
or 
php composer.phar require --prefer-dist dogpampa/yii2-clamd "*"

or add

"dogpampa/yii2-clamd": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, simply use it in your code by :

<?= \dogpampa\clamd\AutoloadExample::widget(); ?>```