dogpampa / yii2-clamd
Extend https://github.com/FileZ/php-clamd/blob/master/README.md for Yii2
dev-master
2015-09-12 23:36 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-29 18:00:57 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(); ?>```