2017 © Pedro Peláez
 

library safebrowsingv4-sqlstorage

Google safebrowsing SQL storage implementation

image

web2all/safebrowsingv4-sqlstorage

Google safebrowsing SQL storage implementation

  • Thursday, December 21, 2017
  • by merijnvdk
  • Repository
  • 2 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Web2All safebrowsingv4-sqlstorage

This package provides a sql storage backend for the web2all/safebrowsingv4 package. This storage backend has been built with the web2all/framework., (*1)

The web2all/safebrowsingv4-sqlstorage is no longer actively maintained., (*2)

What is in this package

It contains a GoogleSafeBrowsing_Updater_IStorage and GoogleSafeBrowsing_Lookup_IStorage implementation which stores its data in a database. Only tested with MySQL and sqlite (see tests)., (*3)

Usage

Install using composer (eg. composer create-project web2all/safebrowsingv4-sqlstorage)., (*4)

See documentation of web2all/safebrowsingv4 for usage and replace the $storage by:, (*5)

$storage = $web2all->Plugin->Web2All_GoogleSafeBrowsing_SQLStorage_Engine($db);

Where $db is a ADOConnection object (see adodb/adodb-php package) to the database where the hash prefixes are to be stored., (*6)

To initialize the database, import the schema from the database directory. Currently there is only a scheme for mysql, but if you convert it to your database brand it will probably work., (*7)

License

Web2All safebrowsingv4 is open-sourced software licensed under the MIT license (https://opensource.org/licenses/MIT)., (*8)

The Versions

21/12 2017

dev-master

9999999-dev

Google safebrowsing SQL storage implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

google safebrowsing sql storage

21/12 2017

1.0.0

1.0.0.0

Google safebrowsing SQL storage implementation

  Sources   Download

MIT

The Requires

 

The Development Requires

google safebrowsing sql storage