# sand **Repository Path**: sunrisenan/sand ## Basic Information - **Project Name**: sand - **Description**: 杉德支付包 - **Primary Language**: PHP - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-07-03 - **Last Updated**: 2024-07-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xyu/sand 杉德 sdk 杉德支付产品中心 [点击前往](https://open.sandpay.com.cn/product/index) * 支持 `composer` 安装 * 支持 hyperf、laravel/lumen、tp 等框架 ## 安装 - install ```bash composer require xyu/sand ``` 发布配置 vendor:publish ```bash Hyperf php bin/hyperf.php vendor:publish xyu/sand Laravel php artisan vendor:publish ``` ```php Hyperf 调用: $app = sand_pay()->wechat_mini->orderCreate([]); fpm框架 调用: $app = sand($config)->wechat_mini->orderCreate([]); ```