PHPackages                             kalamu/default-bootstrap-template-bundle - 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. kalamu/default-bootstrap-template-bundle

ActiveLibrary

kalamu/default-bootstrap-template-bundle
========================================

Default Bootstrap template for Kalamu CMS

02CSS

Since Aug 13Pushed 6y ago2 watchersCompare

[ Source](https://github.com/kalamu/default-bootstrap-template-bundle)[ Packagist](https://packagist.org/packages/kalamu/default-bootstrap-template-bundle)[ RSS](/packages/kalamu-default-bootstrap-template-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Default Bootstrap Template
==========================

[](#default-bootstrap-template)

This bundle is an example [Bootstrap](https://getbootstrap.com/) template for Kalamu. The original template has been generously published under the MIT licence on [HackerThemes](https://hackerthemes.com/bootstrap-themes/growth/) by *Alexander Rechsteiner*.

Example screenshot [![Screenshot](screenshot.png)](screenshot.png)

Installation
============

[](#installation)

First you must install [Kalamu CMS](https://github.com/kalamu/kalamu#installation) then you can install this theme with composer :

```
composer require kalamu/default-bootstrap-template-bundle
```

Register the bundle in `app/AppKernel.php` :

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            //...
            new Kalamu\DefaultBootstrapTemplateBundle\KalamuDefaultBootstrapTemplateBundle(),
        ];
    }
}
```

Register the routing in `app/config/routing.yml` :

```
# Add at the top of the file
kalamu_default_bootstrap_template_bundle:
    resource: "@KalamuDefaultBootstrapTemplateBundle/Resources/config/routing.yml"
    prefix:   /_fragment
```

Then you website should use the new template. If not check that the template configuration in the `kalamu_cms_core` section of the main configuration (`app/config/config.yml`) has not been overrided.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity36

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://www.gravatar.com/avatar/1b12ed423a03cfb7eb41e4a0b5c1182ab30271cfc4f3f3e5962bb73873aca37f?d=identicon)[nykopol](/maintainers/nykopol)

---

Top Contributors

[![nykopol](https://avatars.githubusercontent.com/u/2706685?v=4)](https://github.com/nykopol "nykopol (2 commits)")

### Embed Badge

![Health badge](/badges/kalamu-default-bootstrap-template-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/kalamu-default-bootstrap-template-bundle/health.svg)](https://phpackages.com/packages/kalamu-default-bootstrap-template-bundle)
```

PHPackages © 2026

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