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
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: 2025-10-01 15:21:26 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