PHPackages                             codemonster-ru/ui-razor - 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. codemonster-ru/ui-razor

ActiveLibrary

codemonster-ru/ui-razor
=======================

CodeMonster UI components and assets for Annabel Razor.

v1.0.1(today)01↑2900%MITPHPPHP &gt;=8.2

Since Aug 13Pushed todayCompare

[ Source](https://github.com/codemonster-ru/ui-razor)[ Packagist](https://packagist.org/packages/codemonster-ru/ui-razor)[ RSS](/packages/codemonster-ru-ui-razor/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (4)Versions (4)Used By (0)

CodeMonster UI for Annabel Razor
================================

[](#codemonster-ui-for-annabel-razor)

Composer adapter providing CodeMonster UI components and packaged frontend assets for Annabel Razor.

Current release: `codemonster-ru/ui-razor@1.1.0`.

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

[](#requirements)

- PHP 8.2 or newer.
- `codemonster-ru/razor` 2.1 or newer within the 2.x line.

Installation
------------

[](#installation)

```
composer require codemonster-ru/ui-razor:^1.1.0
```

The package does not require Node.js in production.

Register the CodeMonster UI provider during application bootstrap:

```
use Codemonster\Razor\Components\ComponentRegistry;
use Codemonster\Ui\UiComponentProvider;

$components = new ComponentRegistry();
$components->register(new UiComponentProvider());
```

The provider owns the `cm` prefix. Components are available through tags such as ``.

Packaged frontend artifacts can be copied to an application public directory without Node.js:

```
use Codemonster\Ui\Assets\AssetManifest;
use Codemonster\Ui\Assets\AssetPublisher;

$publisher = new AssetPublisher(AssetManifest::packaged());
$publishedPaths = $publisher->publish(__DIR__ . '/public/vendor/codemonster-ui');
```

Every file is declared by the package manifest and verified by SHA-256 before publication. The packaged `css/tokens/tokens.css` and `css/css/styles.css` entries are the complete stylesheet pair; keep their relative imported files together when serving them directly.

See the cross-platform [Button guide](../../docs/components/button.md) for complete Vue and Annabel Razor usage. See the [Card guide](../../docs/components/card.md) for nested default and named-slot composition. See the [form components guide](../../docs/components/forms.md) for native submission, choice controls, and server rerender. See the [Accordion guide](../../docs/components/accordion.md) for runtime installation and progressive enhancement. See the [display components guide](../../docs/components/display.md) for the non-interactive display cohort. See the [navigation components guide](../../docs/components/navigation.md) for Link, Breadcrumbs, and progressive enhancement. See the [overlay components guide](../../docs/components/overlays.md) for server-rendered Dialog, Drawer, Popover, and Tooltip usage. See the [advanced input guide](../../docs/components/advanced-inputs.md) for native form submission and CommandPalette enhancement. See the [Table and DataTable guide](../../docs/components/data-tables.md) for trusted table composition and server-owned data requests. See the [layout primitives guide](../../docs/components/layout-primitives.md) for trusted semantic composition with Container, Stack, Inline, Section, and Grid.

Development
-----------

[](#development)

```
composer install
composer check
```

`composer check` runs PHPStan at maximum level followed by PHPUnit.

License
-------

[](#license)

[MIT](./LICENSE)

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance100

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

3

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33142935?v=4)[Kirill Kolesnikov](/maintainers/KolesnikovKirill)[@KolesnikovKirill](https://github.com/KolesnikovKirill)

---

Top Contributors

[![KolesnikovKirill](https://avatars.githubusercontent.com/u/33142935?v=4)](https://github.com/KolesnikovKirill "KolesnikovKirill (83 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/codemonster-ru-ui-razor/health.svg)

```
[![Health](https://phpackages.com/badges/codemonster-ru-ui-razor/health.svg)](https://phpackages.com/packages/codemonster-ru-ui-razor)
```

PHPackages © 2026

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