PHPackages                             mister-marvin/yii2-rsa - 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. [Framework](/categories/framework)
4. /
5. mister-marvin/yii2-rsa

ActiveYii2-extension[Framework](/categories/framework)

mister-marvin/yii2-rsa
======================

Yii 2 Rsa

v0.1.4(8y ago)016MITPHPPHP &gt;=5.4.0

Since Jan 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/mister-marvin/yii2-rsa)[ Packagist](https://packagist.org/packages/mister-marvin/yii2-rsa)[ RSS](/packages/mister-marvin-yii2-rsa/feed)WikiDiscussions master Synced 3d ago

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

yii2-rsa
========

[](#yii2-rsa)

rsa

getKey:

```
	$rsa = Yii::$app->rsa;
	$k = $rsa->generateKey();
	print_r($k['public_key']);
	print_r($k['private_key']);

```

config:

'components' =&gt; \[

```
'rsa'=>[
		'class' => 'mistermarvin\rsa\Rsa',
		'public_key' => $params['rsa']['publicKey'],
		'private_key' => $params['rsa']['privateKey'],
],
....

```

\]

use:

```
$rsa = Yii::$app->rsa;
$data = $rsa->encrypt('hello rsa');
echo $rsa->decrypt($data);

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Total

5

Last Release

3039d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/661063a539c2e523b5073c567ca11dfc5528e32962923f9a3e7a71f60a111ead?d=identicon)[Mister-marvin](/maintainers/Mister-marvin)

---

Top Contributors

[![zander-84](https://avatars.githubusercontent.com/u/15650763?v=4)](https://github.com/zander-84 "zander-84 (10 commits)")

---

Tags

frameworkyii2RAS

### Embed Badge

![Health badge](/badges/mister-marvin-yii2-rsa/health.svg)

```
[![Health](https://phpackages.com/badges/mister-marvin-yii2-rsa/health.svg)](https://phpackages.com/packages/mister-marvin-yii2-rsa)
```

###  Alternatives

[skeeks/cms

SkeekS CMS — control panel and tools based on php framework Yii2

13825.6k47](/packages/skeeks-cms)[tecnocen/yii2-formgenerator

Yii 2 Library to configure form generator

145.7k](/packages/tecnocen-yii2-formgenerator)

PHPackages © 2026

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