PHPackages                             joomla/cve - 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. [Framework](/categories/framework)
4. /
5. joomla/cve

AbandonedArchivedJoomla-package[Framework](/categories/framework)

joomla/cve
==========

Joomla CVE Package

3.0.0(2y ago)082GPL-2.0-or-laterPHPPHP ^8.1.0CI passing

Since Aug 14Pushed 10mo ago9 watchersCompare

[ Source](https://github.com/joomla-framework/cve-api)[ Packagist](https://packagist.org/packages/joomla/cve)[ Docs](https://github.com/joomla-framework/cve-api)[ Fund](https://community.joomla.org/sponsorship-campaigns.html)[ GitHub Sponsors](https://github.com/joomla)[ RSS](/packages/joomla-cve/feed)WikiDiscussions 3.x-dev Synced 1mo ago

READMEChangelog (2)Dependencies (10)Versions (6)Used By (0)

The CVE Package [![Build Status](https://github.com/joomla-framework/cve-api/actions/workflows/ci.yml/badge.svg?branch=3.x-dev)](https://github.com/joomla-framework/cve-api)
=============================================================================================================================================================================

[](#the-cve-package-)

[![Latest Stable Version](https://camo.githubusercontent.com/734bb9f34017dda808abba12356b754be337be00f8e7d392d548c3dad4f1bf1f/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612f6376652f762f737461626c65)](https://packagist.org/packages/joomla/cve)[![Total Downloads](https://camo.githubusercontent.com/8169070cb10bb76577568697a2f89698a51fd430a223e580e91a72a9fd715f2a/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612f6376652f646f776e6c6f616473)](https://packagist.org/packages/joomla/cve)[![Latest Unstable Version](https://camo.githubusercontent.com/59595fe17265b7d0d2e9f8ed57c1d8e8271ea1efa8ba708ac376cb382a9abfc5/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612f6376652f762f756e737461626c65)](https://packagist.org/packages/joomla/cve)[![License](https://camo.githubusercontent.com/465ef10e526eedf19b4ca6d59f4c8fb18ea6dded0933ce8511b0090eb6fee55f/68747470733a2f2f706f7365722e707567782e6f72672f6a6f6f6d6c612f6376652f6c6963656e7365)](https://packagist.org/packages/joomla/cve)

> Requires PHP 7 &gt;= 7.3 or PHP 8 &lt; 8.2

Using the CVE Package
---------------------

[](#using-the-cve-package)

tbd

### Instantiating CVE

[](#instantiating-cve)

Instantiating CVE Service is easy:

```
use Joomla\Cve\CveService;

$cve = new CveService;
```

This creates a basic Github object that can be used to access publicly available resources on [mitre.org](https://cveawg.mitre.org).

In most cases it is necessary to specify additional options. This can be done by injecting in a Registry object with your preferred options. Support is available for optionally providing a custom CVE account username and password, as well as a custom URL for the CVE API server (as would be the case for testing purposes).

```
use Joomla\Cve\CveService;
use Joomla\Registry\Registry;

$options = new Registry;
$options->set('api.org', 'cve_org');
$options->set('api.username', 'cve_username');
$options->set('api.key', 'cve_key');
$options->set('api.url', 'http://localhost:3000');

$cve = new CveService($options);
```

#### Available Options

[](#available-options)

Option keyDescription`api.key`The key associated with the user to access the API.`api.org`The organisation represented by the user.`api.url`The URL for the API calls, defaults to ''. Set it to '' for integration tests against the cveawg Docker container.`api.username`The username for the CVE account.`userAgent`The user agent to use for requests. Defaults to 'Joomla-CVE/2.0'Installation via Composer
-------------------------

[](#installation-via-composer)

Add `"joomla/cve": "~2.0@dev"` to the require block in your composer.json and then run `composer install`.

```
{
	"require": {
		"joomla/cve": "~2.0@dev"
	}
}
```

Alternatively, you can simply run the following from the command line:

```
composer require joomla/cve "~2.0@dev"
```

If you want to include the test sources, use

```
composer require --prefer-source joomla/cve "~2.0"
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance39

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 53.7% 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 ~416 days

Total

2

Last Release

953d ago

Major Versions

2.0.0 → 3.0.02023-10-05

PHP version history (2 changes)2.0.0PHP ^7.3|~8.0.0|~8.1.0

3.0.0PHP ^8.1.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/643ae00141b3acb77c31cdee3f1e809be3e68636a85628671f51fcd399fb0921?d=identicon)[rdeutz](/maintainers/rdeutz)

---

Top Contributors

[![nibra](https://avatars.githubusercontent.com/u/827605?v=4)](https://github.com/nibra "nibra (22 commits)")[![Hackwar](https://avatars.githubusercontent.com/u/313866?v=4)](https://github.com/Hackwar "Hackwar (18 commits)")[![PhilETaylor](https://avatars.githubusercontent.com/u/400092?v=4)](https://github.com/PhilETaylor "PhilETaylor (1 commits)")

---

Tags

cvejoomlajoomla-frameworkphpframeworkjoomlacve

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/joomla-cve/health.svg)

```
[![Health](https://phpackages.com/badges/joomla-cve/health.svg)](https://phpackages.com/packages/joomla-cve)
```

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[joomla/http

Joomla HTTP Package

17674.4k12](/packages/joomla-http)[joomla/github

Joomla Github Package

2863.3k2](/packages/joomla-github)[joomla/application

Joomla Application Package

23404.8k11](/packages/joomla-application)[joomla/filter

Joomla Filter Package

151.4M8](/packages/joomla-filter)[joomla/oauth2

Joomla OAuth2 Package

10303.1k2](/packages/joomla-oauth2)

PHPackages © 2026

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