PHPackages                             primus852/simple-crypt - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. primus852/simple-crypt

ActivePackage[Utility &amp; Helpers](/categories/utility)

primus852/simple-crypt
======================

Simple String Crypt

1.2.0(7y ago)1231GPL-3.0-or-laterPHPPHP ^7.0

Since Aug 27Pushed 7y ago1 watchersCompare

[ Source](https://github.com/primus852/simple-crypt)[ Packagist](https://packagist.org/packages/primus852/simple-crypt)[ RSS](/packages/primus852-simple-crypt/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

simple-crypt
============

[](#simple-crypt)

Very simple way to crypt strings (do not use to crypt sensitive data)

### Usage

[](#usage)

`$sc = new SimpleCrypt('my-salt', 'iv');`

#### Encrypt

[](#encrypt)

`$encrypted = $sc->encrypt('TEST');`

#### Decrypt

[](#decrypt)

`$decrypted = $sc->decrypt($encrypted);`

#### Static

[](#static)

`$enc = SimpleCrypt::enc('TEST');`

`$dec = SimpleCrypt::dec($enc);`

#### Cipher ( )

[](#cipher--httpsgithubcomdefusephp-encryption)

`$enc = SimpleCrypt::encCipher('TEST','MyLongASCIIKey');`

`$dec = SimpleCrypt::decCipher($enc,'MyLongASCIIKey);`

###  Health Score

28

—

LowBetter than 51% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 71.4% 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 ~12 days

Total

3

Last Release

2884d ago

### Community

Maintainers

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

---

Top Contributors

[![mitscom](https://avatars.githubusercontent.com/u/48720056?v=4)](https://github.com/mitscom "mitscom (5 commits)")[![primus852](https://avatars.githubusercontent.com/u/5185509?v=4)](https://github.com/primus852 "primus852 (2 commits)")

### Embed Badge

![Health badge](/badges/primus852-simple-crypt/health.svg)

```
[![Health](https://phpackages.com/badges/primus852-simple-crypt/health.svg)](https://phpackages.com/packages/primus852-simple-crypt)
```

###  Alternatives

[pimcore/pimcore

Content &amp; Product Management Framework (CMS/PIM/E-Commerce)

3.8k3.9M534](/packages/pimcore-pimcore)[spiral/framework

Spiral, High-Performance PHP/Go Framework

2.1k2.3M72](/packages/spiral-framework)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.2k19.7k](/packages/prestashop-prestashop)[voku/stringy

A string manipulation library with multibyte support

1804.0M28](/packages/voku-stringy)[wallabag/wallabag

open source self hostable read-it-later web application

12.9k2.2k](/packages/wallabag-wallabag)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9626.1k68](/packages/open-dxp-opendxp)

PHPackages © 2026

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