payfurl/module-payment
Composer 安装命令:
composer require payfurl/module-payment
包简介
README 文档
README
To install this Magento extension, it is recommended to switch to the development environment – don’t install Magento extensions directly in the production environment. Back up your Magento store before installing the Magento extension:
Make sure to take the latest backup of your Magento production store.
Run the following command:
php bin/magento setup:backup --code --media –db
Or you can also take a manual backup by copying your Magento directory.
Check the PHP version: Some extensions require a higher or lower PHP version. Check your current PHP version by running the command:
php -v
Enable Maintenance Mode: Enable maintenance mode before installing the extension to avoid any user issues. To enable maintenance mode run below command
php bin/magento maintenance:enable
Install Magento PayFURL Extension Through Composer
This requires complete shell SSH access to your server. If you don’t have this, please ask the service provider for it, or you can run it through the terminal on your local machine.
Step 1: Connect to SSH
After getting the SSH credentials, login to the terminal or command line through SSH. You can also use Putty to connect to SSH.
Step: 2 Run the composer command
Check the Composer version. Some extensions have dependencies with Composer versions. Run this command to check:
composer -v
or
composer –version
If your Magento version is below 2.4.2, the Composer version should be v1.
For Magento 2.4.2 and above, Composer v1 and v2 are allowed.
In this guide, we are working with Magento 2.4.6. Install the required Composer version following the guide on getcomposer.org.
Start the Composer installation.
composer require payfurl/module-payment
The extension requires a Marketplace account. Sign in to the Marketplace or create an account if you don’t have one. Go to the My Profile -> Marketplace tab and click Access keys:
If you don’t have any keys, generate them. Make sure the status of the keys is enabled.
Public key is the username.
Private key is the password.
Copy the public key and paste it to the username. You will be asked to save the credentials for later use. Please type “Y” if you want to save the settings.
Let the extension install completely. Run “composer update” after installing the Magento extension.
Step: 3 Run all commands to update the changes
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
Check to see if your admin and front store are working properly.
How to configure PayFURL extension
Login to the admin interface and then go to the Stores -> Configuration, then Sales -> Payment Methods -> Payment
You need to select the environment and fill in Public Key and Secret Key fields. Make sure to use the right key for the environment (use the test key in sandbox and the live key in production)
payfurl/module-payment 适用场景与选型建议
payfurl/module-payment 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 95 次下载、GitHub Stars 达 0, 最近一次更新时间为 2023 年 11 月 02 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 payfurl/module-payment 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 payfurl/module-payment 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 95
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 7
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2023-11-02


