muhammad-umar/ppp-stripe
Composer 安装命令:
composer require muhammad-umar/ppp-stripe
包简介
Purchasing Power Parity (PPP) fair pricing adjustment by countries with Stripe (or any other payment gateway supported by Laravel Cashier) integration powered by data from the World Bank
README 文档
README
Detailed article is availabe at https://docs.agenytics.com/blog/ppp-stripe
Implementing Purchasing Power Parity (PPP) pricing per country for a Stripe Checkout purchase flow. But you can use it for any other payment gateway, like PayPal, Paddle, Lemon Squeezy, etc. This package uses World Bank PPP data and TrustIP to detect VPN/Proxy.
Installation in Existing Laravel Project
-
Install the package
composer require muhammad-umar/ppp-gateway
-
Publish the assets
# PPP Data CSV php artisan vendor:publish --tag="ppp-gateway-data"
Optional: You can also publish the config and migrations files:
php artisan vendor:publish --tag="ppp-gateway-config" php artisan vendor:publish --tag="ppp-gateway-migrations"
-
Run migrations
php artisan migrate
-
Import PPP data
php artisan import:ppp
We have used lifetime product for demonstration purposes. You can use any other product you want.
-
Configure environment variables
STRIPE_LIFETIME_PRODUCT_ID=prod_xxxxx TRUSTIP_API_KEY=your_trustip_api_key
-
Configure subscription plans
We have subscription-plans.php config file for payment products. You can configure it as you want. You should use this data to show price in frontend, sending PPPService->getAdjustedPriceData() parameter from your Controller.
- Checkout page
From fronted you should send a POST request to /purchase route (see PPPGatewayServiceProvider.php for route registration). It is binded to PurchaseController that will create a checkout session with adjusted price for the selected country.
License
MIT
muhammad-umar/ppp-stripe 适用场景与选型建议
muhammad-umar/ppp-stripe 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 1 次下载、GitHub Stars 达 1, 最近一次更新时间为 2026 年 02 月 23 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 muhammad-umar/ppp-stripe 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 muhammad-umar/ppp-stripe 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 41
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-23