PHPackages                             eshow/encryption - 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. eshow/encryption

ActiveLibrary[Security](/categories/security)

eshow/encryption
================

eshow encryption php sdk

v0.0.2(3y ago)010MITPHPPHP &gt;=5.6

Since Jul 26Pushed 3y ago1 watchersCompare

[ Source](https://github.com/eshowkeji/encryption)[ Packagist](https://packagist.org/packages/eshow/encryption)[ RSS](/packages/eshow-encryption/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Eshow Encryption
================

[](#eshow-encryption)

解密sdk

安装
--

[](#安装)

```
composer require eshow/encryption

```

使用
--

[](#使用)

```
use Eshow\Encryption\bin\Action;
use Eshow\Encryption\exception\PubKeyException;

$decryptData = ""; //需要解密的数据
$config = [
    "timestampLimit"=>60,//超时时间
    "publicKey"=>""//公钥
];
try {

    $action = new Action($config);
    $data = $action->decrypt($decryptData);
}catch (PubKeyException $exception){

}

```

异常
--

[](#异常)

codemessage10004时间戳无效，数据可能被篡改或过期10003数据格式不正确10002解密失败10001非法密钥

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity30

Early-stage or recently created project

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

Total

2

Last Release

1117d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1435412?v=4)[Eshow](/maintainers/Eshow)[@eshow](https://github.com/eshow)

---

Top Contributors

[![gslj9512](https://avatars.githubusercontent.com/u/29562676?v=4)](https://github.com/gslj9512 "gslj9512 (2 commits)")

### Embed Badge

![Health badge](/badges/eshow-encryption/health.svg)

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

###  Alternatives

[phpids/phpids

PHPIDS (PHP-Intrusion Detection System) is a simple to use, well structured, fast and state-of-the-art security layer for your PHP based web application

791150.0k2](/packages/phpids-phpids)[paragonie/ecc

PHP Elliptic Curve Cryptography library

25866.3k44](/packages/paragonie-ecc)[nicobleiler/php-passphrase

Passphrase generator with Laravel integration, inspired by Bitwarden. Uses the EFF long word list by default with support for custom wordlists.

4912.6k](/packages/nicobleiler-php-passphrase)[dwgebler/encryption

Encryption wrapper for PHP using libsodium — simple API for symmetric and asymmetric encryption, password hashing, digital signing, and message authentication.

317.5k](/packages/dwgebler-encryption)

PHPackages © 2026

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