PHPackages                             jaeger-app/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. jaeger-app/encrypt

AbandonedArchivedLibrary[Security](/categories/security)

jaeger-app/encrypt
==================

A simple encryption wrapper.

0.1.3(9y ago)39.2k1[1 issues](https://github.com/jaeger-app/encrypt/issues)3MITPHPPHP &gt;=5.4.0

Since Apr 20Pushed 8y ago1 watchersCompare

[ Source](https://github.com/jaeger-app/encrypt)[ Packagist](https://packagist.org/packages/jaeger-app/encrypt)[ RSS](/packages/jaeger-app-encrypt/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (3)Versions (5)Used By (3)

Jaeger Encrypt Object
=====================

[](#jaeger-encrypt-object)

[![Build Status](https://camo.githubusercontent.com/740522cef5d53043d170e3ea4c4ab643f23bb13ae88d0cd3da670623f0121eaf/68747470733a2f2f7472617669732d63692e6f72672f6a61656765722d6170702f656e63727970742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jaeger-app/encrypt)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/831e23c523509bc5cfc0a01d778e217a8bb8fc81a2e545beb32ed3bc253268a8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a61656765722d6170702f656e63727970742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jaeger-app/encrypt/?branch=master)[![Author](https://camo.githubusercontent.com/125fbdac4bce1d0b560eb4a34b10e11849db5b79150219c1118cac66a4630297/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d406d697468726136322d626c75652e7376673f7374796c653d666c61742d737175617265)](https://twitter.com/mithra62)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://raw.githubusercontent.com/jaeger-app/bootstrap/master/LICENSE)

Provides a simple API to handle encrypting and decrypting strings.

Installation
------------

[](#installation)

Add `jaeger-app/encrypt` as a requirement to your `composer.json`:

```
$ composer require jaeger-app/encrypt
```

Basic Usage
-----------

[](#basic-usage)

```
$encrypt = new Encrypt();
$encrypt->setKey($encryption_key);
$encoded = $encrypt->encode($string);
$decoded = $encrypt->decode($encoded);
$guid = $encrypt->guid();
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity51

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

Total

4

Last Release

3493d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/042722642fab9b3e2f7b0711428b40053a2be0d6a1b752e50e7a7fffd06fb712?d=identicon)[mithra62](/maintainers/mithra62)

---

Top Contributors

[![eric-lamb62](https://avatars.githubusercontent.com/u/1008036?v=4)](https://github.com/eric-lamb62 "eric-lamb62 (12 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[civicrm/civicrm-core

Open source constituent relationship management for non-profits, NGOs and advocacy organizations.

749284.3k35](/packages/civicrm-civicrm-core)[singpolyma/openpgp-php

Pure-PHP implementation of the OpenPGP Message Format (RFC 4880)

180856.3k14](/packages/singpolyma-openpgp-php)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M517](/packages/shopware-core)[payu/apple-pay

ApplePay Token Decoder

511.0M](/packages/payu-apple-pay)[mlocati/ocsp

Library to query HTTPS Certificates revocation status using the Online Certificate Status Protocol (OCSP)

40773.8k2](/packages/mlocati-ocsp)[spatie/ssl-certificate-chain-resolver

SSL certificate chain resolver

30610.3k](/packages/spatie-ssl-certificate-chain-resolver)

PHPackages © 2026

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