PHPackages                             fernleafsystems/apiwrappers-wpvulndb - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. fernleafsystems/apiwrappers-wpvulndb

ActiveLibrary[API Development](/categories/api)

fernleafsystems/apiwrappers-wpvulndb
====================================

3.1.0(4mo ago)04001PHPPHP ^8.3

Since May 20Pushed 4mo ago1 watchersCompare

[ Source](https://github.com/FernleafSystems/ApiWrappers-WPVulnDB)[ Packagist](https://packagist.org/packages/fernleafsystems/apiwrappers-wpvulndb)[ RSS](/packages/fernleafsystems-apiwrappers-wpvulndb/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (17)Used By (0)

WordPress Vulnerability Database API Wrappers Collection
========================================================

[](#wordpress-vulnerability-database-api-wrappers-collection)

API Wrapper for various WordPress Vulnerability Database Services

- Patchstack
- WP Vulnerability DB ()
- WP Scan (not recently tests since v3)`

Example:

```
	use FernleafSystems\ApiWrappers\WpVulnDb\WPScan;

	$conn = new WPScan\Connection();
	$conn->api_key = 'abc123'; // Get this when you register
	$pluginVuln = ( new WPScan\Plugins\Retrieve() )
                  	->setConnection( $conn )
                  	->filterByVersion( '5.1' )
                  	->filterBySlug( 'wp-simple-firewall' )
                  	->retrieve();
```

- When a vulnerability is found they can be enumerated from the array returned from `$oPluginVuln->getVulns()`
- `null` will be returned if there are no vulnerabilities found for the particular slug and version so care must be taken to use the result of the request safely.
- It is not necessary to filter by version. If you omit this, then all available vulnerabilities will be returned.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance74

Regular maintenance activity

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity82

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~172 days

Recently: every ~310 days

Total

15

Last Release

140d ago

Major Versions

0.1.5 → 1.0.02021-04-22

1.0.0 → 2.0.22021-07-01

2.0.5 → 3.0.02022-10-25

PHP version history (3 changes)0.1.0PHP &gt;=5.6.0

1.0.0PHP &gt;=7.4

3.1.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/034fb67e76a9eef20cdb667c11b591a009dbece86d0c31fd7e84cc88fa03ee52?d=identicon)[paulgoodchild](/maintainers/paulgoodchild)

---

Top Contributors

[![paulgoodchild](https://avatars.githubusercontent.com/u/10562196?v=4)](https://github.com/paulgoodchild "paulgoodchild (66 commits)")

### Embed Badge

![Health badge](/badges/fernleafsystems-apiwrappers-wpvulndb/health.svg)

```
[![Health](https://phpackages.com/badges/fernleafsystems-apiwrappers-wpvulndb/health.svg)](https://phpackages.com/packages/fernleafsystems-apiwrappers-wpvulndb)
```

###  Alternatives

[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[pronamic/wp-documentor

Documentation Generator for WordPress.

6529.8k5](/packages/pronamic-wp-documentor)[rubix/server

Deploy your Rubix ML models to production with scalable stand-alone inference servers.

632.3k](/packages/rubix-server)[orisai/object-mapper

Raw data mapping to validated objects

1133.5k2](/packages/orisai-object-mapper)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
