PHPackages                             cretueusebiu/gamecenter-identity-verifier - 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. cretueusebiu/gamecenter-identity-verifier

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

cretueusebiu/gamecenter-identity-verifier
=========================================

0.0.1(9y ago)430.3k[1 issues](https://github.com/cretueusebiu/gamecenter-identity-verifier/issues)MITPHP

Since Jul 27Pushed 9y ago1 watchersCompare

[ Source](https://github.com/cretueusebiu/gamecenter-identity-verifier)[ Packagist](https://packagist.org/packages/cretueusebiu/gamecenter-identity-verifier)[ RSS](/packages/cretueusebiu-gamecenter-identity-verifier/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

gamecenter-identity-verifier
============================

[](#gamecenter-identity-verifier)

Verify the identity of Apple GameCenter local player in PHP.

Installation
------------

[](#installation)

`composer require cretueusebiu/gamecenter-identity-verifier`

Usage
-----

[](#usage)

```
use Eusebiu\GameCenterIdentity\Verifier;

$playerId = 'G:1111111111';
$timestamp = 1469626352131;
$bundleId = 'com.myapp.dev';
$publicKeyURL = 'https://static.gc.apple.com/public-key/gc-prod-2.cer';
$salt = '...';
$signature = '...';

$verifier = new Verifier($signature, $publicKeyURL);

var_dump($verifier->verify($playerId, $bundleId, $timestamp, $salt));
```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity25

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

3628d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1517945?v=4)[Eusebiu Cretu](/maintainers/cretueusebiu)[@cretueusebiu](https://github.com/cretueusebiu)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/cretueusebiu-gamecenter-identity-verifier/health.svg)

```
[![Health](https://phpackages.com/badges/cretueusebiu-gamecenter-identity-verifier/health.svg)](https://phpackages.com/packages/cretueusebiu-gamecenter-identity-verifier)
```

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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