PHPackages                             malu/php-encrypted-transmission - 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. malu/php-encrypted-transmission

ActiveEncrypted[Security](/categories/security)

malu/php-encrypted-transmission
===============================

PHP Encrypted transmission

v1.0(5y ago)0951MITPHPPHP &gt;=5.4

Since Feb 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/pingmalu/php-encrypted-transmission)[ Packagist](https://packagist.org/packages/malu/php-encrypted-transmission)[ Docs](https://malu.me)[ RSS](/packages/malu-php-encrypted-transmission/feed)WikiDiscussions master Synced 3w ago

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

加密传输

Requirement
-----------

[](#requirement)

PHP 5.4+ and PDO extension installed

Get Started
-----------

[](#get-started)

### Install via composer

[](#install-via-composer)

Add to composer.json configuration file.

```
$ composer require malu/php-encrypted-transmission

```

And update the composer

```
$ composer update

```

```
// If you installed via composer, just use this code to require autoloader on the top of your projects.
require 'vendor/autoload.php';

// Using Medoo namespace
use Malu\Encrypted\Encrypted;

$data = ["hello","malu","bbq"];

// 加密输出
$encrypt_data = Encrypted::encrypt(json_encode($data), "34f7e6dd6acf03192d82f0337c8c54ba");
echo $encrypt_data;

// 解密输出
echo Encrypted::decrypt($encrypt_data, "34f7e6dd6acf03192d82f0337c8c54ba");
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

1971d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9891?v=4)[Maximilian Lupke](/maintainers/malu)[@malu](https://github.com/malu)

---

Top Contributors

[![pingmalu](https://avatars.githubusercontent.com/u/7290204?v=4)](https://github.com/pingmalu "pingmalu (5 commits)")

---

Tags

transmissionencrypted

### Embed Badge

![Health badge](/badges/malu-php-encrypted-transmission/health.svg)

```
[![Health](https://phpackages.com/badges/malu-php-encrypted-transmission/health.svg)](https://phpackages.com/packages/malu-php-encrypted-transmission)
```

###  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)
