Download the PHP package zoujingli/think-plugs-payment without Composer

On this page you can find all versions of the php package zoujingli/think-plugs-payment. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package think-plugs-payment

ThinkPlugsPayment for ThinkAdmin

Latest Stable Version Latest Unstable Version Total Downloads Monthly Downloads Daily Downloads PHP Version License

多端支付中心,此插件为会员尊享插件,未授权不可商用。

支付类型主要定义为两种类型,分别为:线上支付和线下支付。

其中 账户余额支付账户积分抵扣 默认支持,由业务系统自行控制是否向用户开发,支付优先级为:积分 > 余额 > 支付。 如果需要彻底关闭 积分抵扣 及 余额支付,需要在在支付配置处取消对应支付方式选项。

目前同一业务订单支持混合支付,由业务系统负责传入对应订单需支付总金额以及此次支付金额。 通过已完成的支付总额来判断该业务订单是否已经支付完成,同时会触发全局支付事件,可在任意初始化文件中通过监听支付事件进行订单状态刷新处理。

TODO: 子支付单后面会支持独立退款操作,目前已经支持积分抵扣、余额支付、凭证支付、微信支付退款操作。

开放接口

现有的插件接口文档: https://documenter.getpostman.com/view/4518676/2s93eeRpDr

支付事件

安装插件

卸载插件

插件数据

本插件涉及数据表有:

版权说明

ThinkPlugsPaymentThinkAdmin 会员插件,未授权不可商用,了解商用授权请阅读 《会员尊享介绍》


All versions of think-plugs-payment with dependencies

PHP Build Version
Package Version
Requires php Version >7.1
ext-json Version *
zoujingli/think-plugs-admin Version ^1.0|@dev
zoujingli/think-plugs-account Version ^1.0|@dev
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package zoujingli/think-plugs-payment contains the following files

Loading the files please wait ....