PHPackages                             taobig/apple-id-login - 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. taobig/apple-id-login

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

taobig/apple-id-login
=====================

verify the signature in the id\_token

v1.1.2(1y ago)341.9k↓12.5%MITPHPPHP ^7.1 || ^8.0CI failing

Since Mar 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/taobig/apple-id-login)[ Packagist](https://packagist.org/packages/taobig/apple-id-login)[ RSS](/packages/taobig-apple-id-login/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (0)

apple-id-login
==============

[](#apple-id-login)

A tool set for PHP projects

[![Latest Stable Version](https://camo.githubusercontent.com/7fb4c0d2976a998da721197329fe095fd1fc389287efe0038da20382852223b4/68747470733a2f2f706f7365722e707567782e6f72672f74616f6269672f6170706c652d69642d6c6f67696e2f762f737461626c65)](https://packagist.org/packages/taobig/apple-id-login)[![Latest Unstable Version](https://camo.githubusercontent.com/ca6055bf9772ea92684894ef7b036bb126c4be11a778898f7fbc09c6f5cc2461/68747470733a2f2f706f7365722e707567782e6f72672f74616f6269672f6170706c652d69642d6c6f67696e2f762f756e737461626c65)](https://packagist.org/packages/taobig/apple-id-login)[![Total Downloads](https://camo.githubusercontent.com/d73fbbe3990ce6482f4b69f02a6064961b0c707eb661a638b5ed37e9b2e393ad/68747470733a2f2f706f7365722e707567782e6f72672f74616f6269672f6170706c652d69642d6c6f67696e2f646f776e6c6f616473)](https://packagist.org/packages/taobig/apple-id-login)[![License](https://camo.githubusercontent.com/c90c3a6ae9f4e032535b3e5481f25b735f989227890bc5dad5727a0ef3ec796c/68747470733a2f2f706f7365722e707567782e6f72672f74616f6269672f6170706c652d69642d6c6f67696e2f6c6963656e7365)](https://packagist.org/packages/taobig/apple-id-login)[![Build Status](https://camo.githubusercontent.com/266f138aac23544b88599b45404b107e4e7aed86282e30ec83f2de763150d17c/68747470733a2f2f7472617669732d63692e6f72672f74616f6269672f6170706c652d69642d6c6f67696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/taobig/apple-id-login)[![Coverage Status](https://camo.githubusercontent.com/28869fa40cff6f717d3ae3421db670ac057a821f6596088fb3bb3e7c20b95f72/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f74616f6269672f6170706c652d69642d6c6f67696e2f62616467652e737667)](https://coveralls.io/github/taobig/apple-id-login)

### INSTALLATION

[](#installation)

**Install via Composer**

```
>= PHP 7.1
composer require taobig/apple-id-login

```

Usage
-----

[](#usage)

```
/** @var taobig\apple\model\Token $obj */
$obj = IdentityTokenChecker::checkAppleIdentityToken($token);
$obj->email;

```

```
{
    "iss": "https://appleid.apple.com",
    "aud": "com.xxxxx.ios",
    "exp": 1583465255,
    "iat": 1583464655,
    "sub": "001271.2d8d01e20a41430aa46cc6a4ed5b6dfb.0317",
    "c_hash": "iyWz98oBS5_uNWljBEevdQ",
    "email": "8qgax65eti@privaterelay.appleid.com",
    "email_verified": "true",
    "is_private_email": "true",
    "auth_time": 1583464655,
    "nonce_supported": true
}
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Total

4

Last Release

546d ago

PHP version history (2 changes)v1.0.0PHP ^7.1

v1.1PHP ^7.1 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/9f5f99aee05a896d794554f2a0bc964a306d96b7541e6e14cc5ac6969e45acf0?d=identicon)[taobig](/maintainers/taobig)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/taobig-apple-id-login/health.svg)

```
[![Health](https://phpackages.com/badges/taobig-apple-id-login/health.svg)](https://phpackages.com/packages/taobig-apple-id-login)
```

###  Alternatives

[google/auth

Google Auth Library for PHP

1.4k272.7M162](/packages/google-auth)[ellaisys/aws-cognito

AWS Cognito package that allows Auth and other related features using the AWS SDK for PHP

120220.7k1](/packages/ellaisys-aws-cognito)[clerkinc/backend-php

2755.0k](/packages/clerkinc-backend-php)[kinde-oss/kinde-auth-php

Kinde PHP SDK for authentication

2369.5k3](/packages/kinde-oss-kinde-auth-php)

PHPackages © 2026

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