PHPackages                             homevip/alphaid - 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. homevip/alphaid

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

homevip/alphaid
===============

ID 加密

v1.0.2(5y ago)08MITPHPPHP ^7.0

Since Sep 2Pushed 5y ago1 watchersCompare

[ Source](https://github.com/homevip/alphaid)[ Packagist](https://packagist.org/packages/homevip/alphaid)[ Docs](https://github.com/homevip/alphaid.git)[ RSS](/packages/homevip-alphaid/feed)WikiDiscussions develop Synced 6d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

alphaid ID 加密
=============

[](#alphaid-id-加密)

##### 使用

[](#使用)

```
$AlphaID = new AlphaID();

// 多个参数
$encode = $AlphaID->encode(1, 2, 3, 4, 5); // 6lUAfVtaC6

for ($i = 0; $i < 10; $i++) {
    // 加密
    $encode = $AlphaID->encode($i);

    // 解密
    $decode = $AlphaID->decode($encode);

    dump($encode, $decode);
}

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

Total

3

Last Release

2082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3f533eaf32182fe4b8580df263df959f48aeaa02a1829501668c44b25ad9d116?d=identicon)[homevip](/maintainers/homevip)

---

Top Contributors

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

---

Tags

phplaravelhelperslibrary

### Embed Badge

![Health badge](/badges/homevip-alphaid/health.svg)

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

###  Alternatives

[panphp/pan

A simple, lightweight, and privacy-focused product analytics php package.

1.2k94.6k5](/packages/panphp-pan)[jasonlam604/stringizer

Stringizer is a PHP string manipulation library with support for method chaining and multibyte handling

35110.5k1](/packages/jasonlam604-stringizer)[transprime-research/piper

PHP Pipe method execution with values from chained method executions

174.6k2](/packages/transprime-research-piper)

PHPackages © 2026

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