LaravelPackages.net
Acme Inc.
Toggle sidebar
xutl/laravel-payment

This is a Laravel expansion for the Payment.

4
1
About xutl/laravel-payment

xutl/laravel-payment is a Laravel package for this is a laravel expansion for the payment.. It currently has 1 GitHub stars and 4 downloads on Packagist. Install it with composer require xutl/laravel-payment. Discover more Laravel packages by xutl or browse all Laravel packages to compare alternatives.

Last updated

laravel-payment

This is a aliyun expansion for the laravel

License Latest Stable Version Total Downloads

接口支持

  • WeChat
  • AliPay

环境需求

  • PHP >= 7.0

Installation

composer require xutl/laravel-payment

for Laravel

This service provider must be registered.

// config/app.php

'providers' => [
    '...',
    XuTL\Payment\PaymentServiceProvider::class,
];

Use

try {
	$wechat = Payment::get('wechat');
	
} catch (\Exception $e) {
	print_r($e->getMessage());
}

Star History Chart