PHPackages                             chaton/chaton-sdk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. chaton/chaton-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

chaton/chaton-sdk
=================

Official SDK for ChatOn - License validation, auto-updates, and plugin management

v1.0.4(4mo ago)02MITPHPPHP ^8.2

Since Feb 12Pushed 4mo agoCompare

[ Source](https://github.com/elgiidhan/chaton-sdk)[ Packagist](https://packagist.org/packages/chaton/chaton-sdk)[ Docs](https://github.com/chaton/chaton-sdk)[ RSS](/packages/chaton-chaton-sdk/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (7)Versions (6)Used By (0)

ChatOn SDK
==========

[](#chaton-sdk)

Official SDK for ChatOn application - License validation, auto-updates, and plugin management.

[![Latest Version](https://camo.githubusercontent.com/f20335b4515b804f61213b4c1eb982a94a7597688777cc72eb1b44e5dc375b04/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636861746f6e2f636861746f6e2d73646b2e737667)](https://packagist.org/packages/chaton/chaton-sdk)[![Total Downloads](https://camo.githubusercontent.com/1594b8d60f7faf28387f54c2cb6886bb2e658752b131b0c6fc51126662e838b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636861746f6e2f636861746f6e2d73646b2e737667)](https://packagist.org/packages/chaton/chaton-sdk)[![License](https://camo.githubusercontent.com/35f6d0c9b97b8741dba47d02752b78280883d205078727f0ae61e6e4306f0b00/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f636861746f6e2f636861746f6e2d73646b2e737667)](https://packagist.org/packages/chaton/chaton-sdk)

Features
--------

[](#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
------------

[](#installation)

Install via Composer:

```
composer require chaton/chaton-sdk
```

Configuration
-------------

[](#configuration)

Publish the configuration file:

```
php artisan vendor:publish --tag=chaton-config
```

Usage
-----

[](#usage)

### License Validation

[](#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

[](#get-license-information)

```
$info = License::getLicenseInfo();
// Returns: purchase_code, domain, license_type, features, etc.
```

Requirements
------------

[](#requirements)

- PHP 8.2+
- Laravel 11.x or 12.x

License
-------

[](#license)

The ChatOn SDK is proprietary software. Unauthorized distribution is prohibited.

Support
-------

[](#support)

- Documentation:
- Support:
- Website:

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance75

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

5

Last Release

141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f04dfa0009c8f19b2fc9e77a778ef8059491719b0467351aae970a31ed4a0c18?d=identicon)[egiwhans](/maintainers/egiwhans)

---

Top Contributors

[![elgiidhan](https://avatars.githubusercontent.com/u/4736953?v=4)](https://github.com/elgiidhan "elgiidhan (8 commits)")

---

Tags

laravelsdklicenseauto-updatechaton

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chaton-chaton-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/chaton-chaton-sdk/health.svg)](https://phpackages.com/packages/chaton-chaton-sdk)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M131](/packages/roots-acorn)[spatie/laravel-export

Create a static site bundle from a Laravel app

674146.0k6](/packages/spatie-laravel-export)[toin0u/geocoder-laravel

Geocoder Service Provider for Laravel

7615.4M17](/packages/toin0u-geocoder-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
