vulndb/php-sdk

Vulnerability database PHP SDK

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 1

Open Issues: 0

pkg:composer/vulndb/php-sdk

1.1.1 2015-07-26 01:27 UTC

This package is not auto-updated.

Last update: 2025-10-01 15:21:26 UTC


README

PHP SDK to access the vulnerability database

Build License

Standalone Installation of SDK

  1. git clone https://github.com/vulndb/php-sdk.git
  2. Download composer: curl -s https://getcomposer.org/installer | php
  3. Install dependencies: php composer.phar install

Composer Installation of SDK

  1. Download composer: curl -s https://getcomposer.org/installer | php
  2. Add to your dependencies: php composer.phar require vulndb/php-sdk dev-master
  3. Update the dependencies

Updating the Vulnerability Database

This package embeds the vulnerability database. To install/update the database, run:

bin/vulndb update

Note: requires git