Download the PHP package cyd622/payment without Composer

On this page you can find all versions of the php package cyd622/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 payment

Latest development Monthly installs


所有的支付接入请看文档操作。如果文档遇到问题可通过后面提供的方式联系到我。


当前支持 微信支付宝招商一网通 三个渠道:

支持所有第三方的支付订单查询、退款操作、退款订单状态查询。同时支持支付宝与微信的转账操作。

安装Payment

Payment 需要 PHP >= 5.6,并且需要安装以下扩展:

通过composer,这是推荐的方式,可以使用composer.json 声明依赖,或者直接运行下面的命令。

放入composer.json文件中

然后运行

直接下载放入自己的项目中,通过 require 的方式引用代码。极度不推荐

Change Log


Payment 能够做什么

Paymeng 主要帮助 php 开发者在服务端快速接入主流的支付平台(支付宝支付、微信支付等)。节省时间少走弯路。

Payment 针对不同支付平台,提供了统一的调用方式,开发者无需再一个平台一个平台的去阅读文档、调试。所有的支付平台后台服务统一用一套代码,在支付对接模块的代码维护量大大减少,可以把更多的时间和精力花在自身产品的核心业务上

为什么要用Payment SDK

所有的支付官方都提供了demo,方便开发者学习使用。但是其中每一个支付 demo 都不尽相同,并且不少 官方 demo 还有不少错误,让开发者使用的时候莫名其妙。

针对不同的支付,官方demo写法各异,很多还使用了老旧的 php 语法。

Payment SDK 针对不同服务商的支付功能,都提供统一的调用方式,大大降低学习与使用成本。

与其他聚合支付服务的对比

这里最主要的对比对象是ping++。当然我这个个人开发者肯定没法与之相比。首先ping++服务更多,接入的支付种类更多。开放出来的接口也更多。

但是本sdk的优势也非常明显。

联系&打赏

如果真心觉得项目帮助到你,为你节省了成本,欢迎鼓励一下。

如果有什么问题,可通过以下方式联系我。提供有偿技术服务。

也希望更多朋友可用提供代码支持。欢迎交流与大赏。

感谢朋友们的支持:支持名单

License

The code for Payment is distributed under the terms of the MIT license (see LICENSE).


All versions of payment with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
ext-bcmath Version *
ext-mbstring Version *
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 cyd622/payment contains the following files

Loading the files please wait ....