PHPackages                             remp/crm-apple-appstore-module - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. remp/crm-apple-appstore-module

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

remp/crm-apple-appstore-module
==============================

CRM Apple AppStore Module

4.4.0(6mo ago)212.3k↑150%1[1 PRs](https://github.com/remp2020/crm-apple-appstore-module/pulls)MITPHPPHP ^8.1

Since Jun 29Pushed 5mo agoCompare

[ Source](https://github.com/remp2020/crm-apple-appstore-module)[ Packagist](https://packagist.org/packages/remp/crm-apple-appstore-module)[ Docs](https://remp2030.com)[ RSS](/packages/remp-crm-apple-appstore-module/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (2)Versions (57)Used By (0)

Apple AppStore Module
=====================

[](#apple-appstore-module)

[![Translation status @ Weblate](https://camo.githubusercontent.com/dae0b681f80105f848353fe453151b30285789ea3de5a192c0a5c1541ebcb274/68747470733a2f2f686f737465642e7765626c6174652e6f72672f776964676574732f72656d702d63726d2f2d2f6170706c655f61707073746f72652d6d6f64756c652f7376672d62616467652e737667)](https://hosted.weblate.org/projects/remp-crm/apple_appstore-module/)

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

[](#installation)

We recommend using Composer for installation and update management. To add CRM Apple AppStore extension to your [REMP CRM](https://github.com/remp2020/crm-skeleton/) application use following command:

```
composer require remp/crm-apple-appstore-module
```

Enable installed extension in your `app/config/config.neon` file:

```
extensions:
	# ...
	- Crm\AppleAppstoreModule\DI\AppleAppstoreModuleExtension
```

Add database tables and seed Apple AppStore payment gateway and its configuration:

```
php bin/command.php phinx:migrate
php bin/command.php application:seed
```

Configuration
-------------

[](#configuration)

Module uses default implementation of [`ServerToServerNotificationProcessorInterface`](./src/models/ServerToServerNotificationProcessor/ServerToServerNotificationProcessorInterface.php) to match notification with system's user and subscription type.

- If subscription type cannot be matched, processor returns an error and doesn't acknowledge the notification.
- If user cannot be matched, processor creates anonymous unclaimed user *(user with `user_meta` flag `UnclaimedUser::META_KEY` set to true)*. This is needed to fulfill Apple's rules - user registration cannot be prerequisite of iOS in-app purchases.

If you want to control this process and match the user/subscription type based on your own criteria, or if you want to acknowledge the notification but skip the processing if user/subscription type cannot be matched, you can create your own implementation of interface and use it in your config file:

```
services:
        serverToServerNotificationProcessor: Crm\FooModule\Models\AppleAppstore\ServerToServerNotificationProcessor
```

Enable Server-To-Server notifications
-------------------------------------

[](#enable-server-to-server-notifications)

Apple Developer Documentation contains steps [how to enable Server-to-Server Notification](https://developer.apple.com/documentation/storekit/in-app_purchase/subscriptions_and_offers/enabling_server-to-server_notifications).

Support Notes
-------------

[](#support-notes)

- `unified_receipt.latest_receipt_info.quantity` must be 1. We allow only one subscription per payment.

###  Health Score

52

—

FairBetter than 96% of packages

Maintenance71

Regular maintenance activity

Popularity28

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity78

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~57 days

Total

56

Last Release

182d ago

Major Versions

0.38.0 → 1.0.0-beta22022-02-03

0.39.0 → 1.0.02022-03-29

1.2.0 → 2.0.02022-08-25

2.11.0 → 3.0.02024-01-22

3.7.0 → 4.0.02025-04-02

PHP version history (5 changes)0.15.0PHP ^7.1

0.29.0PHP ^7.3

0.35.0PHP ^7.4

2.0.0PHP ^8.0

3.0.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/2c30fdbc85cda35b94f7f59399918193a0289152281abcef344ec9ee82864177?d=identicon)[markoph](/maintainers/markoph)

---

Top Contributors

[![rootpd](https://avatars.githubusercontent.com/u/812909?v=4)](https://github.com/rootpd "rootpd (76 commits)")[![markoph](https://avatars.githubusercontent.com/u/6843562?v=4)](https://github.com/markoph "markoph (60 commits)")[![Matefko](https://avatars.githubusercontent.com/u/22897457?v=4)](https://github.com/Matefko "Matefko (5 commits)")[![miroc](https://avatars.githubusercontent.com/u/1230714?v=4)](https://github.com/miroc "miroc (5 commits)")[![lubos-michalik](https://avatars.githubusercontent.com/u/63700066?v=4)](https://github.com/lubos-michalik "lubos-michalik (4 commits)")[![burithetech](https://avatars.githubusercontent.com/u/3502143?v=4)](https://github.com/burithetech "burithetech (2 commits)")[![zoldia](https://avatars.githubusercontent.com/u/1526070?v=4)](https://github.com/zoldia "zoldia (1 commits)")[![mikoczy](https://avatars.githubusercontent.com/u/14105084?v=4)](https://github.com/mikoczy "mikoczy (1 commits)")[![tomaj](https://avatars.githubusercontent.com/u/446736?v=4)](https://github.com/tomaj "tomaj (1 commits)")

### Embed Badge

![Health badge](/badges/remp-crm-apple-appstore-module/health.svg)

```
[![Health](https://phpackages.com/badges/remp-crm-apple-appstore-module/health.svg)](https://phpackages.com/packages/remp-crm-apple-appstore-module)
```

###  Alternatives

[joungkyun/ereg-extension-wrapper

pure PHP EREG extension wrapper

102.5k](/packages/joungkyun-ereg-extension-wrapper)

PHPackages © 2026

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