2017 © Pedro Peláez
 

library scanii-php

A pure PHP interface to Scanii, a web based virus scanning engine (https://scanii.com)

image

uvasoftware/scanii-php

A pure PHP interface to Scanii, a web based virus scanning engine (https://scanii.com)

  • Saturday, March 31, 2018
  • by cleverfoo
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1,048 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 5 Versions
  • 17 % Grown

The README.md

A pure PHP interface to the Scanii content processing service - https://scanii.com

How to use this client

Installing using composer:

{
   "require": {
      "uvasoftware/scanii-php": "~$LATEST_RELEASE_VERSION"
   }
}

Basic usage:

 use Scanii\ScaniiClient;
 // creating the client
 $client = ScaniiClient::create($this->key, $this->secret, $verbose = true);

 // scans a file
 $temp = tempnam(sys_get_temp_dir(), "FOO");
 $fd = fopen($temp, "w");
 fwrite($fd, $this->EICAR);

 $result = $this->client->process($temp);
 echo($result->getFindings()[0]);

Please note that you will need a valid scanii.com account and API Credentials., (*1)

More advanced usage examples can be found here, (*2)

More general documentation on scanii can be found here, (*3)

This library supports PHP 7.4 and above., (*4)

The Versions

31/03 2018

dev-master

9999999-dev

A pure PHP interface to Scanii, a web based virus scanning engine (https://scanii.com)

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

05/09 2017

v3.0.0

3.0.0.0

A pure PHP interface to Scanii, a web based virus scanning engine (https://scanii.com)

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

05/09 2017

v3.x-dev

3.9999999.9999999.9999999-dev

A pure PHP interface to Scanii, a web based virus scanning engine (https://scanii.com)

  Sources   Download

Apache 2.0

The Requires

 

The Development Requires

24/03 2017

v2.1

2.1.0.0

A pure PHP interface to Scanii, a web based virus scanning engine (https://scanii.com)

  Sources   Download

Apache 2.0

The Requires

 

24/03 2017

v2.2.2

2.2.2.0

A pure PHP interface to Scanii, a web based virus scanning engine (https://scanii.com)

  Sources   Download

Apache 2.0

The Requires