定制 chaton/chaton-sdk 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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.

Latest Version Total Downloads License

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

统计信息

  • 总下载量: 2
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 4
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-02-12

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固