An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          


Appstore IAP documentation



Total Downloads


Latest Stable Version


License

CI

## 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).