Extend https://github.com/FileZ/php-clamd/blob/master/README.md for Yii2
Extend https://github.com/FileZ/php-clamd/blob/master/README.md for Yii2, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
composer require --prefer-dist dogpampa/yii2-clamd "*" or php composer.phar require --prefer-dist dogpampa/yii2-clamd "*"
or add, (*4)
"dogpampa/yii2-clamd": "*"
to the require section of your composer.json file., (*5)
composer.json
Once the extension is installed, simply use it in your code by :, (*6)
php <?= \dogpampa\clamd\AutoloadExample::widget(); ?>, (*7)
php <?= \dogpampa\clamd\AutoloadExample::widget(); ?>
Sources Download
BSD-4-Clause
extension yii2