PHP SDK to access the vulnerability database
git clone https://github.com/vulndb/php-sdk.git
- Download composer:
curl -s https://getcomposer.org/installer | php
- Install dependencies:
php composer.phar install
- Download composer:
curl -s https://getcomposer.org/installer | php
- Add to your dependencies:
php composer.phar require vulndb/php-sdk dev-master
- Update the dependencies
This package embeds the vulnerability database. To install/update the database, run:
bin/vulndb update
Note: requires git