Download the PHP package wangchengtao/alipay-easysdk without Composer

On this page you can find all versions of the php package wangchengtao/alipay-easysdk. 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 alipay-easysdk

FOSSA Status Maven Central NuGet Packagist

欢迎使用 Alipay Easy SDK。

打造最好用的支付宝开放平台服务端SDK,Alipay Easy SDK让您享受极简编程体验,快速访问支付宝开放平台开放的各项核心能力

设计理念

不同于原有的Alipay SDK通用而全面的设计理念,Alipay Easy SDK对开放能力的API进行了更加贴近高频场景的精心设计与裁剪,简化了服务端调用方式,让调用API像使用语言内置的函数一样简便。

同时,您也不必担心面向高频场景提炼的API可能无法完全契合自己的个性化场景,Alipay Easy SDK支持灵活的动态扩展方式,同样可以满足低频参数、低频API的使用需求。

Alipay Easy SDK提供了与能力地图相对应的代码组织结构,让开发者可以快速找到不同能力对应的API。

Alipay Easy SDK主要目标是提升开发者在服务端集成支付宝开放平台开放的各类核心能力的效率。

化繁为简

Alipay Easy SDK Alipay SDK
极简代码风格,更贴近自然语言阅读习惯 传统代码风格,需要多行代码完成一个接口的调用
Factory单例全局任何地方都可直接引用 AlipayClient实例需自行创建并在上下文中传递
API中只保留高频场景下的必备参数,同时提供低频可选参数的装配能力 没有区分高低频参数,单API最多可达数十个入参,对普通开发者的干扰较大

如何切换

技术特点

纯语言开发

所有Alipay Easy SDK的具体编程语言的实现,均只采用纯编程语言进行开发,不引入任何重量级框架,减少潜在的框架冲突,让SDK可以自由集成进任何代码环境中。

结构清晰

我们按照能力类别和场景类别对API进行了归类,结构更加清晰,一目了然。

更多信息请参见API组织规范。

参数精简

Alipay Easy SDK对每个API都精心打磨,剔除了Open API中不常用的可选参数,减少普通用户的无效选择,提升开发效率。

灵活扩展

开发者可以通过Fluent风格的API链式调用,在为高频场景打造的API基础上,不断扩展自己的个性化场景需求。

测试/示例完备

每个API都有对应的单元测试进行覆盖,良好的单元测试天生就是最好的示例。

同时您也可以前往API Doc查看每个API的详细使用说明。

注:单元测试中使用到的私钥均进行了脱敏处理,会导致单元测试无法直接执行。您可以自行更改单元测试项目中的TestAccout类privateKey.json文件中的相关账号与私钥配置后再执行单元测试。

多语言

Alipay Easy SDK基于阿里集团研发的Tea DSL工具链进行架构,通过DSL中间语言定义API模型,再基于DSL语言自动生成不同编程语言(Java、C#、PHP、TS等)实现的SDK,极大地提升了SDK能力的扩展效率和适用范围,同时也保证了相同的Easy API在不同语言生态中体验的一致性。

API模型的Tea DSL描述可以进入tea目录查看。

Tea DSL相关介绍和编写规范正在筹划开放中,后续您也可以参与Tea DSL的编写贡献更多优秀的Easy API模型,而无需关心多语言问题。

快速集成

各语言SDK均会在各自的中央仓库(Maven、NuGet、Composer、NPM etc.)中同步发布,让您使用各语言主流依赖管理工具即可一键安装集成SDK。

语言支持情况

Alipay Easy SDK首发暂只支持JavaC#PHP编程语言,更多编程语言支持正在积极新增中,敬请期待。

各语言具体的使用说明详细介绍请点击如下链接进入各语言主目录查看。

Java

C#

PHP

API组织规范

在Alipay Easy SDK中,API的引用路径与能力地图的组织层次一致,遵循如下规范

Factory.能力类别.场景类别.接口方法名称( ... )

比如,如果您想要使用能力地图营销能力下的模板消息场景中的小程序发送模板消息,只需按如下形式编写调用代码即可(不同编程语言的连接符号可能不同)。

Factory.Marketing.TemplateMessage().send( ... )

其中,接口方法名称通常是对其依赖的OpenAPI功能的一个最简概况,接口方法的出入参与OpenAPI中同名参数含义一致,可参照OpenAPI相关参数的使用说明。

Alipay Easy SDK将致力于保持良好的API命名,以符合开发者的编程直觉。

已支持的API列表

能力类别 场景类别 接口方法名称 调用的OpenAPI名称
Base OAuth getToken alipay.system.oauth.token
Base OAuth refreshToken alipay.system.oauth.token
Base Qrcode create alipay.open.app.qrcode.create
Base Image upload alipay.offline.material.image.upload
Base Video upload alipay.offline.material.image.upload
Member Identification init alipay.user.certify.open.initialize
Member Identification certify alipay.user.certify.open.certify
Member Identification query alipay.user.certify.open.query
Payment Common create alipay.trade.create
Payment Common query alipay.trade.query
Payment Common refund alipay.trade.refund
Payment Common close alipay.trade.close
Payment Common cancel alipay.trade.cancel
Payment Common queryRefund alipay.trade.fastpay.refund.query
Payment Common downloadBill alipay.data.dataservice.bill.downloadurl.query
Payment Common verifyNotify -
Payment Huabei create alipay.trade.create
Payment FaceToFace pay alipay.trade.pay
Payment FaceToFace precreate alipay.trade.precreate
Payment App pay alipay.trade.app.pay
Payment Page pay alipay.trade.page.pay
Payment Wap pay alipay.trade.wap.pay
Security TextRisk detect alipay.security.risk.content.detect
Marketing Pass createTemplate alipay.pass.template.add
Marketing Pass updateTemplate alipay.pass.template.update
Marketing Pass addInstance alipay.pass.instance.add
Marketing Pass updateInstance alipay.pass.instance.update
Marketing TemplateMessage send alipay.open.app.mini.templatemessage.send
Marketing OpenLife createImageTextContent alipay.open.public.message.content.create
Marketing OpenLife modifyImageTextContent alipay.open.public.message.content.modify
Marketing OpenLife sendText alipay.open.public.message.total.send
Marketing OpenLife sendImageText alipay.open.public.message.total.send
Marketing OpenLife sendSingleMessage alipay.open.public.message.single.send
Marketing OpenLife recallMessage alipay.open.public.life.msg.recall
Marketing OpenLife setIndustry alipay.open.public.template.message.industry.modify
Marketing OpenLife getIndustry alipay.open.public.setting.category.query
Util AES decrypt -
Util AES encrypt -
Util Generic execute -

注:更多高频场景的API持续更新中,敬请期待。

您还可以前往API Doc查看每个API的详细使用说明。

变更日志

每个版本的详细更改记录在变更日志中。

版本号最末一位修订号的增加(比如从1.0.0升级为1.0.1),意味着SDK的功能没有发生任何变化,仅仅是修复了部分Bug。该类升级可能不会记录在变更日志中。

版本号中间一位次版本号的增加(比如从1.0.0升级为1.1.0),意味着SDK的功能发生了可向下兼容的新增或修改。

版本号首位主版本号的增加(比如从1.0.0升级为2.0.0),意味着SDK的功能可能发生了不向下兼容的较大调整,升级主版本号后请注意做好相关的回归测试工作。

相关

许可证

FOSSA Status

交流与技术支持

不管您在使用Alipay Easy SDK的过程中遇到任何问题,欢迎在当前 GitHub 提交 Issues

您也可以使用钉钉扫描下方二维码,与更多开发者和支付宝工程师共同交流。

支付宝官方Alipay Easy SDK开源交流群


All versions of alipay-easysdk with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
ext-curl Version *
ext-ctype Version *
ext-dom Version *
ext-fileinfo Version *
ext-json Version *
ext-libxml Version *
ext-simplexml Version *
ext-mbstring Version *
ext-openssl Version *
pimple/pimple Version ^3.0
xin/container Version ^2.0.1
guzzlehttp/guzzle Version ^6.3.0
psr/log Version ^1.1
ext-xmlwriter Version *
songshenzong/support Version ^2.0
danielstjules/stringy Version ^3.1
mtdowling/jmespath.php Version ^2.4
adbario/php-dot-notation Version ^2.2
alibabacloud/tea Version ^3.1
alibabacloud/tea-fileform Version ^0.3.2
phpunit/phpunit Version ^7.5
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 wangchengtao/alipay-easysdk contains the following files

Loading the files please wait ....