PHPackages                             micseres/micro-service-encrypt - 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. micseres/micro-service-encrypt

ActiveLibrary

micseres/micro-service-encrypt
==============================

Micro Service Encrypt

1.2(5y ago)112.2k1MITPHPPHP &gt;=7.2

Since Sep 21Pushed 5y ago2 watchersCompare

[ Source](https://github.com/micseres/micro-service-encrypt)[ Packagist](https://packagist.org/packages/micseres/micro-service-encrypt)[ RSS](/packages/micseres-micro-service-encrypt/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)Dependencies (1)Versions (4)Used By (1)

Micro Service OpenSSL Encrypt/Decrypt
=====================================

[](#micro-service-openssl-encryptdecrypt)

Usage
-----

[](#usage)

```
$this->encrypt = new OpenSSLEncrypt('CAMELLIA-256-CFB');
//or $this->encrypt = new DummyEncrypt(); to do nothing

$this->encrypt->setPassword($this->bobDH->getSharedKey($alicePublickKey));

$secure = $this->encrypt->encrypt($request);
$plain = $this->encrypt->decrypt($request);
```

License
-------

[](#license)

The Soft Deletable Bundle is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~470 days

Total

3

Last Release

1845d ago

PHP version history (2 changes)1.0.0PHP ^7.2

1.2PHP &gt;=7.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/e16fc1fc5b6c849bc670e0ec96ac659fb8159ea2131e29809cef101a013a3e2a?d=identicon)[zogxray](/maintainers/zogxray)

---

Top Contributors

[![yawa20](https://avatars.githubusercontent.com/u/4233941?v=4)](https://github.com/yawa20 "yawa20 (2 commits)")[![maritechpro](https://avatars.githubusercontent.com/u/30262797?v=4)](https://github.com/maritechpro "maritechpro (1 commits)")[![zogxray](https://avatars.githubusercontent.com/u/3336180?v=4)](https://github.com/zogxray "zogxray (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/micseres-micro-service-encrypt/health.svg)

```
[![Health](https://phpackages.com/badges/micseres-micro-service-encrypt/health.svg)](https://phpackages.com/packages/micseres-micro-service-encrypt)
```

PHPackages © 2026

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