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?
|
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?
| ||||
|
feedback
|
|
there is an initial implementation of unknown quality at http://github.com/object0/googlesafebrowsing/tree/master . | |||||||
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. | |||
|
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 :) | ||||
|
feedback
|
|
You should also give the BrightCloud web filtering API a review... | |||
|
feedback
|