2017 © Pedro Peláez
 

library laravel-virus-scanner

Provides a Laravel console command wrapper for clamscan.

image

bluora/laravel-virus-scanner

Provides a Laravel console command wrapper for clamscan.

  • Tuesday, November 29, 2016
  • by bluora
  • Repository
  • 1 Watchers
  • 1 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel Virus Scanner

This package has been developed by H&H|Digital, an Australian botique developer. Visit us at hnh.digital., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Build Status StyleCI Test Coverage Issue Count Code Climate, (*3)

Provides a Laravel console command wrapper around clamscan., (*4)

Install

Via composer:, (*5)

$ composer require-dev bluora/laravel-virus-scanner dev-master, (*6)

Enable the console command by editing app/Console/Kernel.php:, (*7)

    /**
     * The Artisan commands provided by your application.
     *
     * @var array
     */
    protected $commands = [
      ...
      \Bluora\LaravelVirusScanner\VirusScannerCommand::class,
    ];

Usage

Run the console command using the following:, (*8)

# php artisan virus:scan storage, (*9)

The path can be a file or a folder., (*10)

Any infected files are renamed by prepending '.virus.'., (*11)

Contributing

Please see CONTRIBUTING for details., (*12)

Credits

License

The MIT License (MIT). Please see License File for more information., (*13)

The Versions

29/11 2016

dev-master

9999999-dev

Provides a Laravel console command wrapper for clamscan.

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel command clamav clamscan