Download the PHP package norman-huth/virus-total-php without Composer
On this page you can find all versions of the php package norman-huth/virus-total-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download norman-huth/virus-total-php
More information about norman-huth/virus-total-php
Files in norman-huth/virus-total-php
Download norman-huth/virus-total-php
More information about norman-huth/virus-total-php
Files in norman-huth/virus-total-php
Vendor norman-huth
Package virus-total-php
Short Description A wrapper for the VirusTotal API V3.
License MIT
Homepage https://huth.it
Package virus-total-php
Short Description A wrapper for the VirusTotal API V3.
License MIT
Homepage https://huth.it
Please rate this library. Is it a good library?
Informations about the package virus-total-php
VirusTotal API for PHP & Laravel
This package is a wrapper for the VirusTotal.com API V3.
Installation
Instruction
This wrapper have a method for each API endpoint with title in camelCase
format.
The following alias methods have been defined to allow a more comfortable handling:
Method | Alias for |
---|---|
scanIP() |
getAnIPAddressReport() |
scanDomain() |
getADomainReport() |
scanFile() |
Depending on the file size (determined automatically): uploadAFile() or getAURLForUploadingLargeFiles() |
analyseUrlOrFile() |
getAURLOrFileAnalysis() |
The endpoints are output in the following array:
``
Notice: If you disable http_errors
, an exception will be thrown on unsuccessful requests.
Usages
- PHP Usage
- Laravel Usage
All versions of virus-total-php with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
ext-json Version *
guzzlehttp/guzzle Version ^6.3|^7.0
ext-fileinfo Version *
ext-json Version *
guzzlehttp/guzzle Version ^6.3|^7.0
ext-fileinfo Version *
The package norman-huth/virus-total-php contains the following files
Loading the files please wait ....