vulndb/php-sdk

Vulnerability database PHP SDK

1.1.1 2015-07-26 01:27 UTC

This package is not auto-updated.

Last update: 2024-05-01 08:15:18 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