Download the PHP package jayzeng/virustotalapi without Composer
On this page you can find all versions of the php package jayzeng/virustotalapi. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jayzeng/virustotalapi
More information about jayzeng/virustotalapi
Files in jayzeng/virustotalapi
Package virustotalapi
Short Description VirusTotal Public API v2.0 PHP Wrapper
License MIT
Homepage https://github.com/jayzeng/virustotal_apiwrapper
Informations about the package virustotalapi
Virus Total Public API v2.0 PHP Wrapper
Project website: (http://jayzeng.github.io/virustotal_apiwrapper/)
This is a PHP SDK to interact with Virus Total Public API v2.0, please see https://www.virustotal.com/en/documentation/public-api for details
I want to show you my appreciation!
If you find the project useful and would love show your appreciation, awesome!
Usage:
- You will need composer (http://getcomposer.org/)
- composer search virustotalapi or visit the package info on packagist (https://packagist.org/packages/jayzeng/virustotalapi)
Include the following in your composer.json:
Quick start:
Sample output:
Example:
Still feeling confusing? See Examples/ (https://github.com/jayzeng/virustotal_apiwrapper/tree/master/Examples)
I also hack up a demo application, source code is available at https://github.com/jayzeng/virustotal_demoapp
How to run tests?
Or
Issues & Development
- Source code is hosted on GitHub
- Report issues, questions, or request features on GitHub Issues
How to release new version?
- RELEASE_VERSION - version number
- RELEASE_MESSAGE - release message
How to contribute?
Awesome! Please follow these steps:
- Create an issue GitHub Issues to explain what you intended to do
- Fork the repository into your GitHub account
- Create a new branch (preferably with a descriptive name that ties to the issue number e.g: feature/issue1_add_urlendpoint)
- Add/Refactor tests
- Run tests locally (Please reference How to run tests) and make sure they all pass locally
- Send in a pull request
- Pass tests & travis build
Author:
Jay Zeng, e-mail: [email protected]