PHPackages                             norman-huth/virus-total-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. norman-huth/virus-total-php

ActiveLibrary[Security](/categories/security)

norman-huth/virus-total-php
===========================

A wrapper for the VirusTotal API V3.

v1.0.2(2y ago)21.6k↓89%MITPHPPHP ^8.0

Since Aug 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Muetze42/virus-total-php)[ Packagist](https://packagist.org/packages/norman-huth/virus-total-php)[ Docs](https://huth.it)[ Fund](https://huth.it/coffee)[ GitHub Sponsors](https://github.com/Muetze42)[ RSS](/packages/norman-huth-virus-total-php/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (5)Used By (0)

VirusTotal API for PHP &amp; Laravel
====================================

[](#virustotal-api-for-php--laravel)

This package is a wrapper for the [VirusTotal.com API V3](https://developers.virustotal.com/reference/overview).

Installation
------------

[](#installation)

```
composer require norman-huth/virus-total-php

```

### Instruction

[](#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:

MethodAlias 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:

```
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
];
```

**Notice: If you disable `http_errors`, an exception will be thrown on unsuccessful requests.**

### Usages

[](#usages)

- [PHP Usage](USAGE-PHP.md)
- [Laravel Usage](USAGE-LARAVEL.md)

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~20 days

Total

3

Last Release

1006d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2579233?v=4)[Muetze](/maintainers/Muetze)[@muetze](https://github.com/muetze)

---

Top Contributors

[![Muetze42](https://avatars.githubusercontent.com/u/26193232?v=4)](https://github.com/Muetze42 "Muetze42 (5 commits)")

---

Tags

laravelphpphp8securityvirusscanvirustotal

### Embed Badge

![Health badge](/badges/norman-huth-virus-total-php/health.svg)

```
[![Health](https://phpackages.com/badges/norman-huth-virus-total-php/health.svg)](https://phpackages.com/packages/norman-huth-virus-total-php)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k39](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
