dogpampa/yii2-clamd

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

Maintainers

Package info

github.com/dogpampa/yii2-clamd

Type:yii2-extension

pkg:composer/dogpampa/yii2-clamd

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

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(); ?>```