Integrate multiple payment gateways like Alipay, WeChat Pay, and UnionPay into Laravel and Lumen applications.
This package simplifies payment integration for Laravel and Lumen applications, supporting major gateways such as Alipay, WeChat Pay, Douyin Pay, and Jiangsu Bank. Users can install it via Composer, publish configurations with `php artisan vendor:publish`, and then use facades like `Pay::alipay()->web($order)` to process payments. It requires PHP 8.0+ and Laravel/Lumen 8.0+.
Integrate multiple payment gateways like Alipay, WeChat Pay, and UnionPay into Laravel and Lumen applications.
Developers building PHP applications with Laravel or Lumen who need to accept payments from diverse platforms should use this.