PHPackages                             proget-hq/apple-activation-lock - 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. proget-hq/apple-activation-lock

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

proget-hq/apple-activation-lock
===============================

Library for generating Apple Activation Lock Bypass key and hash

0.2.0(3y ago)6515.8k↓37%20[1 PRs](https://github.com/proget-hq/apple-activation-lock/pulls)MITPHPPHP &gt;=7.4

Since Jul 22Pushed 1y ago6 watchersCompare

[ Source](https://github.com/proget-hq/apple-activation-lock)[ Packagist](https://packagist.org/packages/proget-hq/apple-activation-lock)[ RSS](/packages/proget-hq-apple-activation-lock/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (6)Used By (0)

Activation Lock
===============

[](#activation-lock)

Library for generating Apple [Activation Lock Bypass](https://developer.apple.com/documentation/devicemanagement/device_assignment/activation_lock_a_device/creating_and_using_bypass_codes) key and hash

Install
-------

[](#install)

```
composer require proget-hq/apple-activation-lock

```

Usage
-----

[](#usage)

```
require_once __DIR__.'/vendor/autoload.php';

use \Proget\Apple\ActivationLock\ActivationLockHashGenerator;
use \Proget\Apple\ActivationLock\ActivationLockKeyGenerator;
use \Proget\Apple\ActivationLock\ActivationLockRandomBytesGenerator;

$bytes = (new ActivationLockRandomBytesGenerator())->generate();
$hash = (new ActivationLockHashGenerator())->generate($bytes);
$key = (new ActivationLockKeyGenerator())->generate($bytes);
```

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community17

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.9% 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 ~1167 days

Total

2

Last Release

1326d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d00e1e73a4ff379162b943421469055929a95e7a6ce4c3808976dcc1fa28f4f?d=identicon)[akondas](/maintainers/akondas)

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

---

Top Contributors

[![marmichalski](https://avatars.githubusercontent.com/u/57528542?v=4)](https://github.com/marmichalski "marmichalski (10 commits)")[![danieljonderko](https://avatars.githubusercontent.com/u/3042592?v=4)](https://github.com/danieljonderko "danieljonderko (3 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/proget-hq-apple-activation-lock/health.svg)

```
[![Health](https://phpackages.com/badges/proget-hq-apple-activation-lock/health.svg)](https://phpackages.com/packages/proget-hq-apple-activation-lock)
```

###  Alternatives

[easy-slug/easy-slug

Laravel Package for creating a slug

1816.8k1](/packages/easy-slug-easy-slug)[corpsepk/yii2-yandex-market-yml

Yii2 module for automatically generation Yandex.Market YML

1810.0k](/packages/corpsepk-yii2-yandex-market-yml)

PHPackages © 2026

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