jayzeng / virustotal_apiwrapper

Virus Total Public API v2.0 PHP Wrapper
http://jayzeng.github.io/virustotal_apiwrapper/
MIT License
65 stars 18 forks source link

Unable to find autoload.php file #11

Closed akanshgulati closed 9 years ago

akanshgulati commented 9 years ago

I am not that use to composer. I want to get the autoload.php file as I am not able to find it in the repo. Moreover, is this Exception folder necessary because I have not seen any exception demo explaining how to use it.

jayzeng commented 9 years ago

Looks like you figured it out, which is good. You don't have to use composer, you can setup autoload in the way you like (which is what composer does behind the scene).

Exceptions are indeed needed, you will get rate limit exception if you key exceeds virus total limit or api exception if you api key is invalid. I may or may not have covered all scenarios, let me know if you hit any road blocks. And thanks for pointing out that my examples didn't explain how to deal with exceptions, will update them later today.

akanshgulati commented 9 years ago

@jayzeng Yeah, I gave a look to composer and figured it out. I added many directories under Vendors. Anyways, your wrapper is far well documented as compare to others. Waiting for more updations.