PHP code example of norman-huth / virus-total-php

1. Go to this page and download the library: Download norman-huth/virus-total-php library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

norman-huth / virus-total-php example snippets


return [
    'status' => 'int',       # Response HTTP status code
    'successful' => 'bool'   # True if the response HTTP status code is between 200 & 299,
    'data' => 'array|string' # The content from the API. If the response have a single `data` key, then the `data` content returns
];

composer