ntholenaar/laravel-multisafepay-client 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

ntholenaar/laravel-multisafepay-client

最新稳定版本:0.3.1

Composer 安装命令:

composer require ntholenaar/laravel-multisafepay-client

包简介

Laravel bridge for the ntholenaar/multisafepay-client package.

README 文档

README

Please use the officially supported client by Multisafepay(https://github.com/MultiSafepay/laravel-api)

Laravel bridge package for the MultiSafepay Client.

Build Status Scrutinizer Code Quality

Requirements

The following versions of PHP are supported.

Installation

You can use composer require to add the client to your composer.json file.

$ composer require ntholenaar/laravel-multisafepay-client

When using Laravel 5.5 the service provider and facade are automatic registered.

Add the service provider to the service providers array within the config/app.php file.

\Ntholenaar\LaravelMultiSafepayClient\Providers\MultiSafepayClientServiceProvider::class,

Add the Facade to the alias array within the config/app.php file.

'MultiSafepayClient' => Ntholenaar\LaravelMultiSafepayClient\Facades\MultiSafepayClient::class,

Publish the package configuration

$ php artisan vendor:publish

Usage

For information about how to use this package see the main repository: https://github.com/nielstholenaar/multisafepay-client.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 6.38k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-11-03