chaton/chaton-sdk
最新稳定版本:v1.0.4
Composer 安装命令:
composer require chaton/chaton-sdk
包简介
Official SDK for ChatOn - License validation, auto-updates, and plugin management
README 文档
README
Official SDK for ChatOn application - License validation, auto-updates, and plugin management.
Features
- 🔐 License Validation - RSA signature verification with embedded public key
- 🔄 Auto Updates - Automatic version updates for ChatOn core and plugins
- 🧩 Plugin Management - Install, update, and manage plugins
- 💾 Smart Caching - Multi-layer caching with 7-day grace period
- 🌐 Domain Locking - Secure domain-based licensing
- 🚀 SAAS Control - Feature gating based on license type
Installation
Install via Composer:
composer require chaton/chaton-sdk
Configuration
Publish the configuration file:
php artisan vendor:publish --tag=chaton-config
Usage
License Validation
use Chaton\SDK\Facades\License; // Check if license is valid if (License::isValid()) { // License is valid } // Check SAAS features if (License::isSaasEnabled()) { // SAAS features available }
Get License Information
$info = License::getLicenseInfo(); // Returns: purchase_code, domain, license_type, features, etc.
Requirements
- PHP 8.2+
- Laravel 11.x or 12.x
License
The ChatOn SDK is proprietary software. Unauthorized distribution is prohibited.
Support
- Documentation: https://docs.chaton.app
- Support: support@chaton.app
- Website: https://chaton.app
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-12