PHPackages                             alxmsl/appstoreclient - 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. alxmsl/appstoreclient

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

alxmsl/appstoreclient
=====================

AppStore client for iTunes purchases receipts verification

v1.2.3(10y ago)2926.2k↓18.6%13[2 issues](https://github.com/alxmsl/AppStoreClient/issues)WTFPLPHP

Since Aug 3Pushed 10y ago2 watchersCompare

[ Source](https://github.com/alxmsl/AppStoreClient)[ Packagist](https://packagist.org/packages/alxmsl/appstoreclient)[ RSS](/packages/alxmsl-appstoreclient/feed)WikiDiscussions master Synced 1mo ago

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

AppStoreClient
==============

[](#appstoreclient)

AppStore client for iTunes purchases receipts verification

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

[](#installation)

For install library completely, you need to include require configuration:

```
"alxmsl/appstoreclient": "1.1.0"

```

Auto-renewable subscription receipt verification
------------------------------------------------

[](#auto-renewable-subscription-receipt-verification)

```
use alxmsl\AppStore\Client;
use alxmsl\AppStore\Exception\ExpiredSubscriptionException;

/**
 * Define needed constants
 */
const PASSWORD = 'secredsharedpassword',
      SANDBOX = true,
      RECEIPT = 'MySECReT5u8sCR1Pti0NRece1Pt=';

// Create App Store client for production or sandbox
$AppStore = new Client();
$AppStore->setPassword(PASSWORD)
    ->setSandbox(SANDBOX);

// Verify subscription receipt
try {
    var_dump($AppStore->verifyReceipt(RECEIPT));
} catch (ExpiredSubscriptionException $ex) {
    var_dump($ex->getStatus());
}
```

Purchases receipt verification
------------------------------

[](#purchases-receipt-verification)

```
use alxmsl\AppStore\Client;

/**
 * Define needed constants
 */
const SANDBOX = true,
      RECEIPT = 'MySECReTRece1Pt=';

// Create App Store client for production or sandbox
$AppStore = new Client();
$AppStore->setSandbox(SANDBOX);

// Verify purchase receipt
var_dump($AppStore->verifyReceipt(RECEIPT));
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 83.3% 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 ~124 days

Total

5

Last Release

3808d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/950057?v=4)[Alexey Maslov](/maintainers/alxmsl)[@alxmsl](https://github.com/alxmsl)

---

Top Contributors

[![alxmsl](https://avatars.githubusercontent.com/u/950057?v=4)](https://github.com/alxmsl "alxmsl (25 commits)")[![beono](https://avatars.githubusercontent.com/u/539474?v=4)](https://github.com/beono "beono (3 commits)")[![gildor](https://avatars.githubusercontent.com/u/186017?v=4)](https://github.com/gildor "gildor (1 commits)")[![realmfoo](https://avatars.githubusercontent.com/u/719682?v=4)](https://github.com/realmfoo "realmfoo (1 commits)")

---

Tags

itunesappleappstorepurchasesinapp

### Embed Badge

![Health badge](/badges/alxmsl-appstoreclient/health.svg)

```
[![Health](https://phpackages.com/badges/alxmsl-appstoreclient/health.svg)](https://phpackages.com/packages/alxmsl-appstoreclient)
```

###  Alternatives

[hwi/oauth-bundle

Support for authenticating users using both OAuth1.0a and OAuth2 in Symfony.

2.4k21.5M69](/packages/hwi-oauth-bundle)[hybridauth/hybridauth

PHP Social Authentication Library

3.4k8.5M94](/packages/hybridauth-hybridauth)[griffinledingham/php-apple-signin

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

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

Sign in with Apple OAuth 2.0 Client Provider for The PHP League OAuth2-Client

1132.5M6](/packages/patrickbussmann-oauth2-apple)[socialiteproviders/apple

Apple OAuth2 Provider for Laravel Socialite

618.4M8](/packages/socialiteproviders-apple)[azimolabs/apple-sign-in-php-sdk

Library to verify and validate Apple IdentityToken and authenticate a user with Apple ID.

92463.9k](/packages/azimolabs-apple-sign-in-php-sdk)

PHPackages © 2026

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