PHPackages                             paper-scorer/decrypter-php - 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. paper-scorer/decrypter-php

ActiveLibrary[Security](/categories/security)

paper-scorer/decrypter-php
==========================

PHP package to encrypt and decrypt PaperScorer callback payloads.

v1.1.0(5mo ago)09MITPHPPHP &gt;=7.4

Since Feb 8Pushed 3mo agoCompare

[ Source](https://github.com/nowtwo-llc/paperscorer-decrypter-php)[ Packagist](https://packagist.org/packages/paper-scorer/decrypter-php)[ RSS](/packages/paper-scorer-decrypter-php/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

paper-scorer/decrypter-php
==========================

[](#paper-scorerdecrypter-php)

PaperScorer Decrypter

This PHP package is used to decrypt the response returned from the PaperScorer engine.

- Package version: 1.1.0

Requirements
------------

[](#requirements)

- PHP 7.4.0 and later
- `openssl` PHP extension

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

[](#installation--usage)

### Composer

[](#composer)

This package can be easily installed using the following composer command:

`composer require paper-scorer/decrypter-php`

### Usage

[](#usage)

Include and run the following code in your project:

```
use PaperScorer\DecrypterPhp\Decrypter;

// Create a decrypter with the key provided by PaperScorer.
$decrypter = new Decrypter($decryptKey);

// Decrypt the encrypted callback payload (returns a JSON string).
$decryptedResponse = $decrypter
    ->setEncryptedContent($encryptedContent)
    ->decrypt();
```

Contributing
------------

[](#contributing)

We are always looking for updates to the package that will help the community. If you have an idea for an update, please create a pull request with your changes.

Publishing
----------

[](#publishing)

1. Update the CHANGELOG file
2. `git tag -a vX.X.X`
3. `git push --tags origin HEAD:main`
4. Log into [Packagist](https://packagist.org/packages/paper-scorer/decrypter-php) and click "Update"

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance77

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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 ~177 days

Total

3

Last Release

156d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/40868839?v=4)[Robert Velton](/maintainers/rveltonCL)[@rveltonCL](https://github.com/rveltonCL)

---

Top Contributors

[![rveltonCL](https://avatars.githubusercontent.com/u/40868839?v=4)](https://github.com/rveltonCL "rveltonCL (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/paper-scorer-decrypter-php/health.svg)

```
[![Health](https://phpackages.com/badges/paper-scorer-decrypter-php/health.svg)](https://phpackages.com/packages/paper-scorer-decrypter-php)
```

###  Alternatives

[mews/purifier

Laravel 5/6/7/8/9/10 HtmlPurifier Package

2.0k18.7M143](/packages/mews-purifier)[paragonie/ecc

PHP Elliptic Curve Cryptography library

24820.0k37](/packages/paragonie-ecc)

PHPackages © 2026

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