PHPackages                             luoyy/apple-auth-verify - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. luoyy/apple-auth-verify

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

luoyy/apple-auth-verify
=======================

Apple Auth Verifyn

v1.0.0(5y ago)029MITPHPPHP &gt;=7.2

Since Apr 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/zishang520/apple-auth-verify)[ Packagist](https://packagist.org/packages/luoyy/apple-auth-verify)[ RSS](/packages/luoyy-apple-auth-verify/feed)WikiDiscussions main Synced today

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

Apple login authorization information acquisition
=================================================

[](#apple-login-authorization-information-acquisition)

### Installation package

[](#installation-package)

```
composer require luoyy/apple-auth-verify
```

### Quick Sample Usage

[](#quick-sample-usage)

```
/**
 * DEMO
 */
use luoyy\AppleAuthVerify\Exceptions\TokenException;
use luoyy\AppleAuthVerify\Token;

try {
    if (($identity = Token::verify($request->get('identityToken'))) === false) {
        throw new AuthException('identityToken verification failed.', 400);
    }
} catch (TokenException $e) {
    throw new AuthException('identityToken Parsing failed.', 400);
}

if (time() > $identity->exp) {
    throw new AuthException('identityToken Expired, please re-authorize.', 400);
}
```

### Update log

[](#update-log)

- `2021.04.29`：Initialize the warehouse

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

1836d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

apple-authapple-auth-verify

### Embed Badge

![Health badge](/badges/luoyy-apple-auth-verify/health.svg)

```
[![Health](https://phpackages.com/badges/luoyy-apple-auth-verify/health.svg)](https://phpackages.com/packages/luoyy-apple-auth-verify)
```

###  Alternatives

[descope/descope-php

Descope SDK for PHP

3814.0k](/packages/descope-descope-php)[truckersmp/steam-socialite

Laravel Socialite provider for Steam OpenID.

1516.7k](/packages/truckersmp-steam-socialite)

PHPackages © 2026

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