PHPackages                             anboo/apple-sign-bundle - 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. anboo/apple-sign-bundle

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

anboo/apple-sign-bundle
=======================

A simple library to decode and parse Apple Sign In client tokens.

v5.0.x-dev(5y ago)01.1k[1 PRs](https://github.com/anboo/apple-sign-bundle/pulls)MITPHPPHP ^7.1.3CI failing

Since Sep 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/anboo/apple-sign-bundle)[ Packagist](https://packagist.org/packages/anboo/apple-sign-bundle)[ RSS](/packages/anboo-apple-sign-bundle/feed)WikiDiscussions master Synced today

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

Install:

```
composer require anboo/apple-sign-bundle:dev-master

```

Add bundle to config/bundles.php:

```
Anboo\AppleSign\AnbooAppleSignBundle::class => ['all' => true],
```

Usage:

```
    /** @var ASDecoder */
    private $appleDecoder;

    /**
     * @param ASDecoder $appleDecoder
     */
    public function __construct(ASDecoder $appleDecoder)
    {
        $this->appleDecoder = $appleDecoder;
    }

    public function foo()
    {
        $payload = $this->appleDecoder->decodeIdentityToken($idToken);
        dump($payload);
    }
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

2047d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91d996e7c89c19edbb8b2fbd268666459b573ba06c33f94df5e0759ca7ce9452?d=identicon)[Danilatorsu](/maintainers/Danilatorsu)

---

Top Contributors

[![anboo](https://avatars.githubusercontent.com/u/7625387?v=4)](https://github.com/anboo "anboo (1 commits)")

---

Tags

phpjwtJWKsigninappleios

### Embed Badge

![Health badge](/badges/anboo-apple-sign-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/anboo-apple-sign-bundle/health.svg)](https://phpackages.com/packages/anboo-apple-sign-bundle)
```

###  Alternatives

[griffinledingham/php-apple-signin

A simple library to decode and parse Apple Sign In client tokens.

2011.9M1](/packages/griffinledingham-php-apple-signin)[wubuwei/php-apple-signin

A simple library to decode and parse Apple Sign In client tokens.

1847.4k](/packages/wubuwei-php-apple-signin)[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40820.2M67](/packages/auth0-auth0-php)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)

PHPackages © 2026

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