mboateng/sppay-laravel
最新稳定版本:1.01
Composer 安装命令:
composer require mboateng/sppay-laravel
包简介
An application that helps you easily integrate with SSPAY Payment APIs
README 文档
README
Installation
Require this package in your composer.json and update composer
-
composer require sppay/sspay-laravel
Run the following command to install the package in your project:composer require sppay/sspay-laravel
-
Publish Config files
Copy packages config file to your own config directory to modify the values where necessaryphp artisan vendor:publish --tag=sppay-config
-
Publish View files
Run the command below to copy the views in your vendor/view dir:php artisan vendor:publish --tag=sppay-views
-
Publish Migrations
Copy the migration files into your migrations dir:php artisan vendor:publish --tag=sppay-migrations
-
Run Migrations
Migrate the package's migrations files you just copiedphp artisan migrate
Update the .env file with the appropriate values for your setup.
AUTH_CLIENT_GRANT_TYPE=
AUTH_CLIENT_ID=
AUTH_CLIENT_SECRET=
AUTH_CLIENT_USERNAME=
AUTH_CLIENT_PASSWORD=
SPPAY_BASE_URL=
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-03-27