This PHP payment SDK provides a unified API for Alipay and WeChat Pay transactions, including various payment types like desktop, mobile, and app payments. You can install it using `composer require yurunsoft/pay-sdk` and initialize SDKs with `new \Yurun\PaySDK\Alipay\SDK($params)` for specific payment providers. It supports PHP-FPM and Swoole, working with any PHP framework.
It helps PHP developers integrate Alipay and WeChat Pay into their applications.
PHP developers needing to add Alipay or WeChat Pay processing to their projects should use this.