PHPackages                             kodicms/core - 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. [Framework](/categories/framework)
4. /
5. kodicms/core

ActiveKodicms-module[Framework](/categories/framework)

kodicms/core
============

The official KodiCMS Core module

v0.9.52(8y ago)0706211MITJavaScript

Since Feb 15Pushed 8y ago1 watchersCompare

[ Source](https://github.com/KodiComponents/module-core)[ Packagist](https://packagist.org/packages/kodicms/core)[ Docs](http://www.kodicms.ru/)[ RSS](/packages/kodicms-core/feed)WikiDiscussions master Synced yesterday

READMEChangelog (10)Dependencies (11)Versions (26)Used By (11)

KodiCMS Core
------------

[](#kodicms-core)

### Установка (Installation):

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

- Запустить команду `composer require kodicms/core`
- Добавить в `public/index.php` следующий код

```
...
   |
   */

   $app = require_once __DIR__.'/../bootstrap/app.php';

   /*
   |--------------------------------------------------------------------------
   | Tune up KodiCMS
   |--------------------------------------------------------------------------
   |
   */
   require_once __DIR__.'/../vendor/kodicms/core/src/bootstrap/app.php';

   /*
   |--------------------------------------------------------------------------
   | Run The Application
   ...
```

- Добавить сервис провайдер в `app/config.php`

```
'providers' => [
	...
	Illuminate\View\ViewServiceProvider::class,

	/*
	 * KodiCMS Service Providers...
	 */
	KodiCMS\CMS\Providers\ModuleLoaderServiceProvider::class,

	/*
	 * Application Service Providers...
	 */
	App\Providers\AppServiceProvider::class,
	...
]
```

- Выполнить установку системы *(Install CMS)* `php artisan cms:modules:install`.
- Выполнить миграцию таблиц модулей `php artisan modules:migrate --seed`.

Система готова к использованию

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 98.6% 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 ~25 days

Recently: every ~124 days

Total

25

Last Release

3175d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/773481?v=4)[Pavel Buchnev](/maintainers/butschster)[@butschster](https://github.com/butschster)

---

Top Contributors

[![butschster](https://avatars.githubusercontent.com/u/773481?v=4)](https://github.com/butschster "butschster (68 commits)")[![daaner](https://avatars.githubusercontent.com/u/9641698?v=4)](https://github.com/daaner "daaner (1 commits)")

---

Tags

frameworklaravelcorecmsmodulekodicms

### Embed Badge

![Health badge](/badges/kodicms-core/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[bagisto/bagisto

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[october/rain

October Rain Library

1601.7M80](/packages/october-rain)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

12014.8k48](/packages/kompo-kompo)

PHPackages © 2026

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