https://github.com/imdhemy/appstore-iap
PHP App store In-App Purchase implementaiton.
https://github.com/imdhemy/appstore-iap
Last synced: about 1 year ago
JSON representation
PHP App store In-App Purchase implementaiton.
- Host: GitHub
- URL: https://github.com/imdhemy/appstore-iap
- Owner: imdhemy
- License: mit
- Created: 2020-10-27T23:22:01.000Z (almost 6 years ago)
- Default Branch: 1.x
- Last Pushed: 2025-06-03T13:01:12.000Z (about 1 year ago)
- Last Synced: 2025-06-03T22:21:06.037Z (about 1 year ago)
- Language: PHP
- Size: 502 KB
- Stars: 49
- Watchers: 2
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
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](https://imdhemy.com/laravel-iap-docs/docs/category/app-store)
.
# Versions and Changelog
All notable changes to `imdhemy/appstore-iap` will be documented
on [Changelog](.github/CHANGELOG.md).
## Contributing
Feel free to check the [contributing guide](.github/CONTRIBUTING.md).
## License
The App Store IAP is an open-sourced software licensed under
the [MIT license](./LICENSE.md).
