PHPackages                             shopex/phpbitcrypt - 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. shopex/phpbitcrypt

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

shopex/phpbitcrypt
==================

bitcrypt sdk

v1.0.0(6y ago)0323MITPHPPHP &gt;=7.2CI failing

Since Nov 26Pushed 6y ago5 watchersCompare

[ Source](https://github.com/shopex/php-bitcrypt)[ Packagist](https://packagist.org/packages/shopex/phpbitcrypt)[ RSS](/packages/shopex-phpbitcrypt/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

php-bitcrypt
============

[](#php-bitcrypt)

1. Require with Composer
========================

[](#1-require-with-composer)

```
composer require shopex/phpbitcrypt

```

2. Example
==========

[](#2-example)

```
use GuzzleHttp\Client;
use Edwinlll\PhpBitcrypt\Rsa;
use Monolog\Logger;

$rsa = new Rsa(function() {
            return new Client([
                "base_uri" => "http://127.0.0.1:9989"
            ]);
        }, $logger);
$response = $rsa->encrypt("token", "data");
if($response->getStatusCode() == 200) {
    $rst = $response->json();
    $data = $response->json("data", "default data");
}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

2411d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a88cbbb3f74b9d7b3f481f63968064a5ed6c7c263feb984a80268e9287f163c?d=identicon)[shopex](/maintainers/shopex)

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/shopex-phpbitcrypt/health.svg)

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

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[civicrm/civicrm-core

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

751291.4k43](/packages/civicrm-civicrm-core)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[oat-sa/tao-core

TAO core extension

66143.7k122](/packages/oat-sa-tao-core)

PHPackages © 2026

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