PHPackages                             msn/fastcve-openapi - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. msn/fastcve-openapi

ActiveLibrary[HTTP &amp; Networking](/categories/http)

msn/fastcve-openapi
===================

fast, rich and API-based search for CVE and more (CPE, CWE, CAPEC)

1.0.0(2y ago)03unlicensePHPPHP ^7.4 || ^8.0

Since Nov 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/pakomp/fastcve)[ Packagist](https://packagist.org/packages/msn/fastcve-openapi)[ Docs](https://openapi-generator.tech)[ RSS](/packages/msn-fastcve-openapi/feed)WikiDiscussions main Synced 1mo ago

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

fastcve
=======

[](#fastcve)

fast, rich and API-based search for CVE and more (CPE, CWE, CAPEC)

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/msn/fastcve-openapi.git"
    }
  ],
  "require": {
    "msn/fastcve-openapi": "*@dev"
  }
}
```

Then run `composer install`

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
