PHPackages                             sinevia/php-library-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. [Security](/categories/security)
4. /
5. sinevia/php-library-crypt

ActiveLibrary[Security](/categories/security)

sinevia/php-library-crypt
=========================

PHP Library Crypt

v1.0.0(8y ago)061proprietaryPHP

Since Apr 12Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Sinevia/php-library-crypt)[ Packagist](https://packagist.org/packages/sinevia/php-library-crypt)[ Docs](http://github.com/sinevia/php-library-crypt)[ RSS](/packages/sinevia-php-library-crypt/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PHP Library Crypt
=================

[](#php-library-crypt)

The Crypt package provides pure PHP encryption methods with no external dependencies.

Background
----------

[](#background)

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

[](#installation)

Add the following to your composer file:

```
   "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/sinevia/php-library-crypt.git"
        }
    ],
    "require": {
        "sinevia/php-library-crypt": "dev-master"
    },
```

Usage
-----

[](#usage)

```
$pass = 'test';

$enc = Sinevia\Crypt::xorEncode('test',$pass);

$dec = Sinevia\Crypt::xorDecode(enc,$pass);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

Unknown

Total

1

Last Release

2955d ago

### Community

Maintainers

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

---

Top Contributors

[![Sinevia](https://avatars.githubusercontent.com/u/3450815?v=4)](https://github.com/Sinevia "Sinevia (4 commits)")

---

Tags

phplibrarycryptsinevia

### Embed Badge

![Health badge](/badges/sinevia-php-library-crypt/health.svg)

```
[![Health](https://phpackages.com/badges/sinevia-php-library-crypt/health.svg)](https://phpackages.com/packages/sinevia-php-library-crypt)
```

###  Alternatives

[xxtea/xxtea

XXTEA is a fast and secure encryption algorithm. This is a XXTEA library for PHP.

11341.7k](/packages/xxtea-xxtea)

PHPackages © 2026

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