thelia/paypal-module
Composer 安装命令:
composer require thelia/paypal-module
包简介
PayPal module for Thelia ecommerce solution
README 文档
README
- I) Install notes
- II) Configure your PayPal account
- III) Module options payments
I) Installation
Composer
WARNING : A console access is required to update dependencies. If you don't have a console access, please get the latest 2.x version of the module here : https://github.com/thelia-modules/Paypal/tree/2.x
To install the module with Composer, open a console, navigate to the Thelia diorectory and type the following command to add the dependency to Thelia composer.json file.
composer require thelia/paypal-module:~4.0.0
II) Configure your PayPal account
- Log In on [developer.paypal.com] (https://developer.paypal.com "developer.paypal.com")
- Create REST API apps [here] (https://developer.paypal.com/developer/applications/ "here")
- Click on Create App
- Fill the fields : App Name & Sandbox developer account
- Click on Create App
- Note the Client ID to use it later in the module configuration
- Note the Client SECRET to use it later in the module configuration
In SANDBOX WEBHOOKS
- To fill this part, go to your module configuration page to see the urls to implement
In SANDBOX APP SETTINGS
- To fill this part, go to your module configuration page to see the urls to implement
III) Module options payments
Classic PayPal payment
- This method will redirect to the PayPal platform to proceed payment
InContext Classic PayPal payment
- This method will allow the customer to pay from a PayPal inContext popup directly from your website (no redirection to the PayPal plateform)
Credit card
- This method allow the customer to pay directly by a credit card without a PayPal account. 'The merchant must have a Pro PayPal account UK and the website must be in HTTPS'
Recursive payment
- This method use the 'PayPal AGRREMENTS' and allow you to use recursive payments on your website. If you want to log all PayPal actions, you need to configure the PayPal webhooks and to have a wabsite in HTTPS
Express checkout
- This method allow the customer to proceed the payment directly from the cart from a PayPal inContext popup.
thelia/paypal-module 适用场景与选型建议
thelia/paypal-module 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.36k 次下载、GitHub Stars 达 8, 最近一次更新时间为 2015 年 10 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 thelia/paypal-module 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 thelia/paypal-module 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 2.36k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0
- 更新时间: 2015-10-02




