PHPackages                             uticms/platform - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. uticms/platform

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

uticms/platform
===============

UTICMS platform integration — registration, sync, entitlements (embedded in Core)

01↑2900%PHP

Since Jun 19Pushed todayCompare

[ Source](https://github.com/uticms/platform)[ Packagist](https://packagist.org/packages/uticms/platform)[ RSS](/packages/uticms-platform/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

uticms/platform
===============

[](#uticmsplatform)

Laravel-пакет для **self-hosted CMS** (не для uticms.ru): registration, sync, entitlements, updates **client**.

**License server** — отдельно: uticms.ru (`app/Services/License/`, API). Этот пакет только **вызывает** API и применяет ответы локально.

Документация server: `../../docs/license-service/` (контракт).
Документация client: [14-cms-platform.md](../../docs/license-service/14-cms-platform.md).

Установка в CMS
---------------

[](#установка-в-cms)

```
{
  "repositories": [
    { "type": "path", "url": "../devs/platform" }
  ],
  "require": {
    "uticms/platform": "@dev"
  }
}
```

```
composer require uticms/platform
```

`PlatformServiceProvider` подключается **автоматически** (package discovery, см. `extra.laravel` в `composer.json`).

Что клиент вводит сам vs что platform делает сам
------------------------------------------------

[](#что-клиент-вводит-сам-vs-что-platform-делает-сам)

КтоКуда**`PLATFORM_KEY`** (`U-…`)**Клиент** — ключ из ЛК / email после покупки`.env` или `platform:register --key=…`**`PLATFORM_SERVER_PUBLIC_KEY`****Никто** — уже в `config/platform.php` distdefault в config, `.env` не нужен**`PLATFORM_SERVER_URL`****Никто** (prod)default `https://uticms.ru`Instance keys (Ed25519)**Platform** при первом `register``storage/app/platform/instance.key` + `.pub`Certificate JWT**Platform** после `register` / `sync``storage/app/platform/certificate.jwt`installation\_id, flags**Platform**`storage/app/platform/state.json`Platform **не пишет в `.env`** после регистрации — только в `storage/app/platform/`.
В `.env` клиента для prod обычно **одна строка**: `PLATFORM_KEY=U-…`.

.env (CMS, минимум для prod)
----------------------------

[](#env-cms-минимум-для-prod)

```
PLATFORM_KEY=U-XXXX-XXXX-XXXX-XXXX
```

Опционально (dev / staging / другой регион):

```
PLATFORM_SERVER_URL=https://staging.uticms.ru
PLATFORM_SERVER_PUBLIC_KEY=…   # override встроенного default
```

Команды
-------

[](#команды)

```
php artisan platform:register          # или --key=U-… --domain=shop.example.com
php artisan platform:sync
php artisan platform:status
```

Storage
-------

[](#storage)

`storage/app/platform/` — instance keys, certificate JWT, state.json

Разработка
----------

[](#разработка)

```
composer install
```

License
-------

[](#license)

Proprietary — see [LICENSE](./LICENSE). All rights reserved by UTICMS.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance65

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6270526?v=4)[DOG729](/maintainers/DOG729)[@DOG729](https://github.com/DOG729)

---

Top Contributors

[![DOG729](https://avatars.githubusercontent.com/u/6270526?v=4)](https://github.com/DOG729 "DOG729 (3 commits)")

### Embed Badge

![Health badge](/badges/uticms-platform/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)[better-futures-studio/filament-local-logins

This is my package filament-local-logins

1334.6k](/packages/better-futures-studio-filament-local-logins)

PHPackages © 2026

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