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)

04↓50%PHP

Since Jul 12Pushed 3w agoCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#uticmsplatform)

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

License server — **uticms.ru** (отдельный продукт). Этот пакет только вызывает API и применяет ответы локально.

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

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

```
composer require uticms/platform
```

`PlatformServiceProvider` подключается **автоматически** (Laravel package discovery).

.env клиента (минимум для prod)
-------------------------------

[](#env-клиента-минимум-для-prod)

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

ПеременнаяКто заполняет`PLATFORM_KEY`**Клиент** — ключ после покупки`PLATFORM_SERVER_PUBLIC_KEY`**Никто** — default в `config/platform.php``PLATFORM_SERVER_URL`**Никто** (prod) — default `https://uticms.ru`Instance keys, certificate, state**Platform** → `storage/app/platform/`Platform **не пишет в `.env`** после регистрации.

Опционально (dev / staging):

```
PLATFORM_SERVER_URL=https://staging.uticms.ru
PLATFORM_SERVER_PUBLIC_KEY=…
```

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

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

```
php artisan platform:register
php artisan platform:sync
php artisan platform:status
```

`--key=U-…` и `--domain=shop.example.com` — если нужно явно указать ключ или домен (не из `APP_URL`).

Storage
-------

[](#storage)

```
storage/app/platform/
├── instance.key / instance.pub
├── certificate.jwt
└── state.json

```

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

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

```
composer install
```

License
-------

[](#license)

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

###  Health Score

21

—

LowBetter than 17% of packages

Maintenance62

Regular maintenance activity

Popularity5

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 (7 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

[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)[firemultimedia/mautic-multi-captcha-bundle

This plugin brings Google's reCAPTCHA, hCaptcha, and Cloudflare Turnstile integration to mautic.

151.3k](/packages/firemultimedia-mautic-multi-captcha-bundle)

PHPackages © 2026

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