juzaweb/subscription
最新稳定版本:1.0.9
Composer 安装命令:
composer require juzaweb/subscription
包简介
Subscription payment support
README 文档
README
Subscription Payment Support module for Juzaweb CMS.
This module brings robust subscription management and payment gateway integration to your Juzaweb CMS project.
Features
- Subscription Management: Easily manage user subscriptions directly from the admin panel.
- Plans & Features: Create customizable subscription plans and assign specific features to each plan.
- Payment Gateway Integration: Built-in support for PayPal subscription payments.
- Webhooks Handling: Automatically handle subscription events (e.g., payment success, cancellation, suspension) via webhooks.
- Payment History: Detailed logs and history of all subscription payments.
- Multisite Support: Fully compatible with Juzaweb CMS network/multisite features.
Requirements
- PHP 8.2 or higher
- Juzaweb CMS Core ^5.0
Installation
You can install the package via composer:
composer require juzaweb/subscription
After installing the package, publish the module assets, migrate the database, and activate it from your Juzaweb CMS admin panel.
php artisan module:migrate Subscription
Usage
- Activate the Module: Log into your Juzaweb admin panel, navigate to Modules, and activate the Subscription module.
- Configure Payment Methods: Go to Settings > Subscription Methods to set up your payment gateways (e.g., configuring your PayPal Client ID, Secret, and Webhook ID).
- Create Plans: Navigate to the Subscriptions > Plans section to create new subscription plans, set pricing, and assign features.
- Manage Subscriptions: View and manage user subscriptions and payment histories directly from the dashboard.
Testing
composer test
Changelog
Please see changelog.md for more information on what has changed recently.
License
The GNU V2 License. Please see License File for more information.
统计信息
- 总下载量: 71.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-10