https://github.com/zishang520/pay-ext
yansongda/pay pay-ext apply
https://github.com/zishang520/pay-ext
Last synced: 7 months ago
JSON representation
yansongda/pay pay-ext apply
- Host: GitHub
- URL: https://github.com/zishang520/pay-ext
- Owner: zishang520
- License: mit
- Created: 2021-04-29T02:08:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-29T02:27:16.000Z (over 4 years ago)
- Last Synced: 2025-02-01T19:45:00.431Z (9 months ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# Apple pay verification extension based on yansongda/pay package
### Installation package
```bash
composer require luoyy/pay-ext
```
### Quick Sample Usage
```php
/**
* DEMO
*/
use Yansongda\Pay\Pay;
if (!empty($verify = Pay::apple((new Applepay)->config('apple'))->verify($this->receipt_data))) {
}
// more.....
```
### Update log
* `2021.04.29`:Initialize the warehouse