vulndb / php-sdk
Vulnerability database PHP SDK
1.1.1
2015-07-26 01:27 UTC
Requires
- cilex/cilex: ~1.0
- cpliakas/git-wrapper: ~1.0
Requires (Dev)
- phpunit/phpunit: ~3.7
- squizlabs/php_codesniffer: ~2.3
This package is not auto-updated.
Last update: 2024-10-30 10:41:00 UTC
README
PHP SDK to access the vulnerability database
Standalone Installation of SDK
git clone https://github.com/vulndb/php-sdk.git
- Download composer:
curl -s https://getcomposer.org/installer | php
- Install dependencies:
php composer.phar install
Composer Installation of SDK
- 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
Updating the Vulnerability Database
This package embeds the vulnerability database. To install/update the database, run:
bin/vulndb update
Note: requires git