dev-master
9999999-dev https://github.com/demonslay335/malwr-apiVirusTotal Public API v2.0 PHP Wrapper
MIT
The Requires
- php >=5.3.0
- guzzle/guzzle >=3.6
The Development Requires
by Michael Gillespie
api php security wrapper malwr
Wallogit.com
2017 © Pedro Peláez
VirusTotal Public API v2.0 PHP Wrapper
PHP wrapper for public Malwr.com API., (*1)
API wrapper baseline code borrowed from VirusTotal API., (*2)
Include the following in your composer.json, (*3)
{
"require": {
"demonslay335/malwr-api": "master"
}
}
composer update
add('foo.txt');
var_dump($resp);
?>
Sample output:, (*4)
array(3) {
["status"] =>
string(5) "added"
["sha256"] =>
string(64) "14ebd45fc9162f8afc4fd10186a46d2fb9844bf27b9d3217fd9fdb4107f17acd"
["uuid"] =>
string(43) "YWFmYTEwYTIwZjkwNDdiYWJjMmU1MWQ2ZjY1MWU3OTY"
}
phpunit --configuration tests/conf/phpunit.xml tests
VirusTotal Public API v2.0 PHP Wrapper
MIT
api php security wrapper malwr