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

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

sy-records/alphaid
==================

Create Youtube-Like IDs With PHP.

v1.0.2(2y ago)41141MITPHPPHP &gt;=7.0

Since Jul 27Pushed 2y ago1 watchersCompare

[ Source](https://github.com/sy-records/alphaid)[ Packagist](https://packagist.org/packages/sy-records/alphaid)[ Fund](https://donate.qq52o.me)[ GitHub Sponsors](https://github.com/simps)[ RSS](/packages/sy-records-alphaid/feed)WikiDiscussions main Synced 1mo ago

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

AlphaID
=======

[](#alphaid)

Install
-------

[](#install)

```
composer require sy-records/alphaid
```

Usage
-----

[](#usage)

```
use Luffy\AlphaID;

$id = new AlphaID();
$code = $id->encode(PHP_INT_MAX);
var_dump($code, $id->decode($code));

$code = $id->encode(PHP_INT_MAX, PHP_VERSION_ID);
var_dump($code, $id->decode($code));

$code = $id->encode([PHP_INT_MAX, PHP_VERSION_ID]);
var_dump($code, $id->decode($code));
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

935d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/17615e789eec7042f64c6f4e8733421987d98fcdc4269395b42d2a7f0ae94301?d=identicon)[sy-records](/maintainers/sy-records)

---

Top Contributors

[![sy-records](https://avatars.githubusercontent.com/u/33931153?v=4)](https://github.com/sy-records "sy-records (10 commits)")

### Embed Badge

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

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

PHPackages © 2026

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