I've looked around but have been unable to find any classes or sample code (in PHP) for the Google safe browsing API.

Would you happen to know where I might find it?

link|improve this question

80% accept rate
feedback

4 Answers

up vote 0 down vote accepted

there is an initial implementation of unknown quality at http://github.com/object0/googlesafebrowsing/tree/master .

link|improve this answer
Note: link is dead. – Piskvor Apr 12 '11 at 8:09
1  
See @Michael's answer below for an updated link. – Robert Harvey Jun 10 '11 at 4:32
feedback

Might be a bit late but this one: http://code.google.com/p/phpgsb/ Doesn't use Zend Framework etc and has example files with how to set it up etc. It takes 24 hours to fully populate the database once on cron but is quite efficient as it doesn't have to make requests to Google everytime to check a url.

link|improve this answer
@Beaver6831: I use this. Thanks for latest update :) – sg552 Feb 27 at 21:20
feedback

The original repos have been removed from Github. Here is my new repo of the PHP Google Safe Browsing API.

http://github.com/michaelcontento/phpgsb

Have fun :)

link|improve this answer
feedback

You should also give the BrightCloud web filtering API a review...

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.