PHPackages                             monaz/vt-php-api3 - 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. [API Development](/categories/api)
4. /
5. monaz/vt-php-api3

ActiveLibrary[API Development](/categories/api)

monaz/vt-php-api3
=================

The unofficial PHP client library for VirusTotal Public API v3.0

v0.1-beta(4y ago)54171[1 issues](https://github.com/mohsennazari/vt-php-api3/issues)1MITPHPPHP ^7.2|^8.0

Since Apr 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mohsennazari/vt-php-api3)[ Packagist](https://packagist.org/packages/monaz/vt-php-api3)[ RSS](/packages/monaz-vt-php-api3/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (1)

PHP client library for VirusTotal Public API v3.0
=================================================

[](#php-client-library-for-virustotal-public-api-v30)

This is an unofficial PHP client library for VirusTotal. With this library you can interact with the [VirusTotal REST API v3](https://developers.virustotal.com/v3.0/reference) and automate your workflow quickly and efficiently.

This is an upgraded version of [Virus Total Public API v2.0 PHP Wrapper](https://github.com/jayzeng/virustotal_apiwrapper).

Things you can do with this sdk:
--------------------------------

[](#things-you-can-do-with-this-sdk)

- Scan files and URLs
- Get information about files, URLs, domains, etc
- And much more ...

Installation:
-------------

[](#installation)

- You will need composer ()
- composer search `vt-php-api3` or visit the package info on packagist ()

Install using composer by running:

```
composer require monaz/vt-php-api3

```

Or include the following in your composer.json:

```
{
  "require": {
    "monaz/vt-php-api3": "dev-master"
  }
}
```

Then run:

```
composer update

```

Usage:
------

[](#usage)

```
