PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Merijn van den Kroonenberg   PHP Google Safe Browsing API   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Google Safe Browsing API
Lookup safety of sites using the safe browsing API
Author: By
Last change:
Date: 6 years ago
Size: 624 bytes
 

Contents

Class file image Download
{ "name": "web2all/safebrowsingv4", "description": "Google safebrowsing client in PHP using the update API", "keywords": ["google","safebrowsing"], "license": "MIT", "authors": [ { "name": "Merijn van den Kroonenberg", "email": "merijn@web2all.nl" } ], "require": { "php": ">=5.3.3" }, "require-dev": { "phpunit/phpunit": "~4.8", "mikey179/vfsStream": "~1" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/" ] } }