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

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

yogcloud/alphaid
================

Create Youtube-Like IDs With PHP.

v1.1.2(4y ago)010MITPHPPHP &gt;=7.0

Since Jul 27Pushed 3y agoCompare

[ Source](https://github.com/YogCloud/youtube-alphaid)[ Packagist](https://packagist.org/packages/yogcloud/alphaid)[ RSS](/packages/yogcloud-alphaid/feed)WikiDiscussions main Synced 1mo ago

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

AlphaID
=======

[](#alphaid)

Install
-------

[](#install)

```
composer require youcloud/alphaid
```

Usage
-----

[](#usage)

```
use YogCloud\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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.2% 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 ~61 days

Total

5

Last Release

1509d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[nicmart/tree

A basic but flexible php tree data structure and a fluent tree builder implementation.

57419.3M21](/packages/nicmart-tree)[kiwicommerce/module-inventory-log

Magento 2 - Inventory Log

3735.6k](/packages/kiwicommerce-module-inventory-log)

PHPackages © 2026

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