imdhemy / appstore-iap
PHP Appstore In-App Purchase implementation
Installs: 605 663
Dependents: 6
Suggesters: 0
Security: 0
Stars: 43
Watchers: 3
Forks: 18
Open Issues: 4
Requires
- php: >=8.1
- ext-json: *
- ext-openssl: *
- ext-sodium: *
- guzzlehttp/guzzle: ^7.6.0
- lcobucci/clock: ^3.0
- lcobucci/jwt: ^5.3
- nesbot/carbon: ^2.66|^3.1
Requires (Dev)
- fakerphp/faker: ^1.22
- friendsofphp/php-cs-fixer: ^3.16
- phpunit/phpunit: ^9.6
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.11
This package is auto-updated.
Last update: 2024-10-31 00:21:10 UTC
README
About App store IAP
App Store IAP is a PHP package to handle App Store purchase verification and Server Notifications with expressive and elegant syntax. This package takes the pain out of development by allowing you to mock receipts and implement their business logic without actual iOS receipts!
Installation
Use composer
composer require imdhemy/appstore-iap
Documentation
The App Store IAP documentation can be found in the App Store IAP manual .
Versions and Changelog
All notable changes to imdhemy/appstore-iap
will be documented
on Changelog.
Contributing
Feel free to check the contributing guide.
License
The App Store IAP is an open-sourced software licensed under the MIT license.