Download the PHP package moephp/alipay without Composer
On this page you can find all versions of the php package moephp/alipay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download moephp/alipay
More information about moephp/alipay
Files in moephp/alipay
Download moephp/alipay
More information about moephp/alipay
Files in moephp/alipay
Please rate this library. Is it a good library?
Informations about the package alipay
Alipay
支付宝SDK在Laravel5封装包。
该拓展包想要达到在Laravel5框架下,便捷使用支付宝的目的。
安装
更新你的依赖包 或者全新安装 。
使用
要使用支付宝SDK服务提供者,你必须自己注册服务提供者到Laravel服务提供者列表中。 基本上有两种方法可以做到这一点。
找到 config/app.php
配置文件中,key为 providers
的数组,在数组中添加服务提供者。
运行 php artisan vendor:publish
命令,发布配置文件到你的项目中。
配置文件 config/latrell-alipay.php
为公共配置信息文件, config/latrell-alipay-web.php
为Web版支付宝SDK配置, config/latrell-alipay-mobile.php
为手机端支付宝SDK配置。
例子
支付申请
网页
手机端
结果通知
网页
手机端
All versions of alipay with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
illuminate/support Version 5.*
illuminate/events Version 5.*
illuminate/config Version 5.*
illuminate/support Version 5.*
illuminate/events Version 5.*
illuminate/config Version 5.*
The package moephp/alipay contains the following files
Loading the files please wait ....