Search by

luoyy / pay-ext

luoyy

Pay extension

v1.0.0 2021-04-29 02:26 UTC

This package is auto-updated.

Last update: 2026-08-29 03:02:48 UTC


README

Installation package

composer require luoyy/pay-ext

Quick Sample Usage

/**
 * 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