PHPackages                             kronos/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. [Security](/categories/security)
4. /
5. kronos/encrypt

AbandonedArchivedLibrary[Security](/categories/security)

kronos/encrypt
==============

Library to help text encryption/decryption

3.0.0(5y ago)041.6k[2 PRs](https://github.com/kronostechnologies/encrypt/pulls)1MITPHPPHP ~7.4

Since Mar 24Pushed 4y ago17 watchersCompare

[ Source](https://github.com/kronostechnologies/encrypt)[ Packagist](https://packagist.org/packages/kronos/encrypt)[ RSS](/packages/kronos-encrypt/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (5)Versions (16)Used By (1)

encrypt
=======

[](#encrypt)

Library to help encrypt/decrypt text

Usage
=====

[](#usage)

```
$aes = new \Kronos\Encrypt\Cipher\AES();

$kms_client = new \Aws\Kms\KmsClient([
      'credentials' => [
              'key' => 'AWS user key',
              'secret' => 'AWS user secret',
      ],
      'region' => "us-east-1",
      'version' => 'latest',
]);

$key = new \Kronos\Encrypt\KeyProvider\KMS\KeyDescription();
$key->ciphertextBlob = "Base64EncodedCiphertextBlob";

$kms = new \Kronos\Encrypt\KeyProvider\KMS($kms_client, $key);

$service = new \Kronos\Encrypt\TextCrypt($aes, $kms);
echo $service->decrypt($service->encrypt(file_get_contents($argv[1])));

```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~363 days

Total

11

Last Release

1873d ago

Major Versions

0.2.0 → 1.0.02017-05-24

1.0.1 → 2.0.02019-09-10

2.0.0 → 3.0.02021-05-14

PHP version history (2 changes)2.0.0PHP ~7.2

3.0.0PHP ~7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/617954?v=4)[Jonathan](/maintainers/jbreton)[@jbreton](https://github.com/jbreton)

---

Top Contributors

[![melquisoft](https://avatars.githubusercontent.com/u/207942996?v=4)](https://github.com/melquisoft "melquisoft (5 commits)")[![jbreton](https://avatars.githubusercontent.com/u/617954?v=4)](https://github.com/jbreton "jbreton (4 commits)")[![alexishinse](https://avatars.githubusercontent.com/u/10728677?v=4)](https://github.com/alexishinse "alexishinse (1 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kronos-encrypt/health.svg)

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

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k108.5M846](/packages/laravel-socialite)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M169](/packages/laravel-ai)[ellaisys/aws-cognito

Laravel Authentication using AWS Cognito (Web and API)

123256.9k1](/packages/ellaisys-aws-cognito)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M534](/packages/shopware-core)[shopware/administration

Administration frontend for the Shopware Core

414.3M110](/packages/shopware-administration)[n1ebieski/ksef-php-client

PHP API client that allows you to interact with the API Krajowego Systemu e-Faktur

9067.8k](/packages/n1ebieski-ksef-php-client)

PHPackages © 2026

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