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↓42.9%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 1mo 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 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

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

953d 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

[akaunting/laravel-firewall

Web Application Firewall (WAF) package for Laravel

999465.8k2](/packages/akaunting-laravel-firewall)[paragonie/certainty

Up-to-date, verifiable repository for Certificate Authorities

2642.4M20](/packages/paragonie-certainty)[dgtlss/warden

A Laravel package that proactively monitors your dependencies for security vulnerabilities by running automated composer audits and sending notifications via webhooks and email

8745.6k](/packages/dgtlss-warden)[acmephp/core

Raw implementation of the ACME protocol in PHP

38973.7k7](/packages/acmephp-core)[nickurt/laravel-pwned-passwords

PwnedPasswords for Laravel 11.x/12.x/13.x

187.5k](/packages/nickurt-laravel-pwned-passwords)

PHPackages © 2026

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