PHPackages                             pacificsec/cpe - 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. [Security](/categories/security)
4. /
5. pacificsec/cpe

ActiveLibrary[Security](/categories/security)

pacificsec/cpe
==============

CPE: Common Platform Enumeration for PHP

1.0.1(7y ago)143.0k↓44.7%3[1 issues](https://github.com/pacificsec/cpe/issues)MITPHPPHP &gt;=5.3.0

Since Aug 22Pushed 7y ago3 watchersCompare

[ Source](https://github.com/pacificsec/cpe)[ Packagist](https://packagist.org/packages/pacificsec/cpe)[ Docs](https://github.com/pacificsec/cpe)[ RSS](/packages/pacificsec-cpe/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Common Platform Enumeration for PHP
-----------------------------------

[](#common-platform-enumeration-for-php)

*CPE* (this code) is a MIT licensed PHP package, implementing the CPE standards.

About the CPE standard
----------------------

[](#about-the-cpe-standard)

Common Platform Enumeration (CPE) is a standardized method of describing and identifying classes of applications, operating systems, and hardware devices present among an enterprise's computing assets.

For more information, please visit the official website of CPE, developed by [MITRE](http://cpe.mitre.org/) and maintained by [NIST](http://nvd.nist.gov/cpe.cfm).

Features
--------

[](#features)

- CPE rich comparison.
- CPE Language parsing and evaluation.
- MIT Licensed.

Getting Started
---------------

[](#getting-started)

- Clone repository

```
$ git clone https://github.com/pacificsec/cpe.git
$ cd cpe
```

- Create a new PHP file to run tests

```
