定制 mboateng/sppay-laravel 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

  1. composer require sppay/sspay-laravel
    Run the following command to install the package in your project:

    composer require sppay/sspay-laravel
  2. Publish Config files
    Copy packages config file to your own config directory to modify the values where necessary

    php artisan vendor:publish --tag=sppay-config
  3. Publish View files
    Run the command below to copy the views in your vendor/view dir:

    php artisan vendor:publish --tag=sppay-views
  4. Publish Migrations
    Copy the migration files into your migrations dir:

    php artisan vendor:publish --tag=sppay-migrations 
  5. Run Migrations
    Migrate the package's migrations files you just copied

    php 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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-03-27