PHPackages                             black-lamp/blcms-itpl - 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. [Templating &amp; Views](/categories/templating)
4. /
5. black-lamp/blcms-itpl

ActiveYii2-extension[Templating &amp; Views](/categories/templating)

black-lamp/blcms-itpl
=====================

Backend template

v0.0.1(9y ago)03GPL-3.0PHP

Since Oct 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/black-lamp/blcms-itpl)[ Packagist](https://packagist.org/packages/black-lamp/blcms-itpl)[ RSS](/packages/black-lamp-blcms-itpl/feed)WikiDiscussions master Synced today

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

\#Itpl - template for backend

for extensions:

- [Blcms-Shop](https://github.com/black-lamp/blcms-shop)
- [Blcms-Staticpage](https://github.com/black-lamp/blcms-staticpage)

### Installation

[](#installation)

1. For install this template, your composer.json file must contain next block:

```
    "repositories": [
        {
            "type": "vcs",
            "url":  "https://github.com/GutsVadim/blcms-itpl.git",
            "options": {
                "github-oauth": {
                    "github.com": "YOUR_TOKEN"
                }
            }
        }
    ]

```

You may generate your Github token [here](https://github.com/settings/tokens).

2. To work links, that direct to the frontend, you must configure the backend config:

```
'components' => [
    ...
    'urlManagerFrontend' => [
        'class' => bl\multilang\MultiLangUrlManager::className(),
        'baseUrl' => '/',
        'showScriptName' => false,
        'enablePrettyUrl' => true,
        'enableDefaultLanguageUrlCode' => false,
        'rules' => [
            [
                'class' => bl\articles\UrlRule::className()
            ],
            [
                'class' => bl\cms\shop\UrlRule::className(),
                'prefix' => 'shop'
            ],
        ]
    ]
]

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3534d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0e1784ec992318bf7ed40a2025a0ca035a01143de89054f0f4c9bc39469928c1?d=identicon)[GutsVadim](/maintainers/GutsVadim)

---

Tags

templateyii2backend

### Embed Badge

![Health badge](/badges/black-lamp-blcms-itpl/health.svg)

```
[![Health](https://phpackages.com/badges/black-lamp-blcms-itpl/health.svg)](https://phpackages.com/packages/black-lamp-blcms-itpl)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[yiister/yii2-adminlte

yii2-adminlte is a package for yii framework 2 that consists a very popular backend template AdminLTE (based on bootstrap 3).

2840.1k](/packages/yiister-yii2-adminlte)

PHPackages © 2026

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