fluidphp/paypal-helper

FluidPHP 框架 PayPal 辅助工具

v1.0.2-stable 2022-03-28 11:55 UTC

This package is auto-updated.

Last update: 2024-08-28 19:29:18 UTC


README

FluidPhp 是基于 PhpToolCase 库的框架,访问 phptoolcase.com 获取完整指南和示例。

此辅助工具可用于处理 PayPal 付款。

安装

将包添加到您的 composer.json 文件中,以安装辅助工具。

使用 fluidphp 框架

"require": 
{
	"mnsami/composer-custom-directory-installer": "2.0.*" ,
	"fluidphp/paypal-helper": "*"
} ,
"extra": 
{
	"installer-paths": 
	{
		"./vendor/fluidphp/helpers/Paypal": ["fluidphp/paypal-helper"]
	}
}

独立使用

"require": 
{
	"fluidphp/paypal-helper": "*"
}

项目信息

项目主页

http://phptoolcase.com

需求

PHP 版本 5.4+