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 1w 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 37% 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

1923d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ff05cdf110e416791444dc8161b7f799d7a0ce0cc711f2504a836d74df4a821e?d=identicon)[malu](/maintainers/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

[defuse/php-encryption

Secure PHP Encryption Library

3.9k162.4M214](/packages/defuse-php-encryption)[roave/security-advisories

Prevents installation of composer packages with known security vulnerabilities: no API, simply require it

2.9k97.3M6.4k](/packages/roave-security-advisories)[mews/purifier

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

2.0k16.7M113](/packages/mews-purifier)[robrichards/xmlseclibs

A PHP library for XML Security

41278.1M118](/packages/robrichards-xmlseclibs)[bjeavons/zxcvbn-php

Realistic password strength estimation PHP library based on Zxcvbn JS

86917.5M63](/packages/bjeavons-zxcvbn-php)[illuminate/encryption

The Illuminate Encryption package.

9229.7M280](/packages/illuminate-encryption)

PHPackages © 2026

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