PHPackages                             akuma/bootswatch-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. akuma/bootswatch-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

akuma/bootswatch-bundle
=======================

Akuma Bootswatch Bundle

1.0.6(9y ago)05772MITHTMLPHP &gt;=5.3

Since Feb 20Pushed 9y agoCompare

[ Source](https://github.com/inri13666/AkumaBootswatchBundle)[ Packagist](https://packagist.org/packages/akuma/bootswatch-bundle)[ RSS](/packages/akuma-bootswatch-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (8)Used By (0)

[AkumaBootswatchBundle](http://bootswatch.akuma.in)
===================================================

[](#akumabootswatchbundle)

AkumaBootswatchBundle helps you integrate [Bootswatch Themes](http://bootswatch.com) in your [Symfony2](http://symfony.com) project. AkumaBootswatchBundle also supports the official Sass port of Bootstrap and Font Awesome.

Developed by [Nikita Makarov](http://akuma.in).

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

[](#installation)

First you need to add `akuma/bootswatch-bundle` to `composer.json`:

```
{
   "require": {
        "akuma/bootswatch-bundle": "dev-master"
    }
}
```

Please note that `dev-master` points to the latest release.

You also have to add `AkumaBootswatchBundle` to your `AppKernel.php`:

```
// app/AppKernel.php
//...
class AppKernel extends Kernel
{
    //...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Akuma\Bundle\BootswatchBundle\AkumaBootswatchBundle()
        );
        //...

        return $bundles;
    }
    //...
}
```

Configuration
-------------

[](#configuration)

You also may customize some config options:

```
akuma_bootswatch:
    less_filter: ~ # Default "none", and may be one of : "less", "lessphp", "sass", "scssphp" or "none"
    auto_configure:
        assetic: true # default true
        twig: true # coming soon
        knp_menu: true # coming soon
        knp_paginator: true # coming soon
    bootswatch:
        path: ~ # default %kernel.root_dir%/../vendor/thomaspark/bootswatch
        theme: ~ # default "cosmo"
    fonts_dir: ~ # default %kernel.root_dir%/../web/fonts
    font_awesome: ~ #default true
    output_dir: ~ # default empty to output all into "%kernel.root_dir%/../web"
```

To install fonts you need to execute the next command:

```
php app/console akuma:bootswatch:install
```

Compatibility
-------------

[](#compatibility)

This bundle has two main dependencies, [Symfony2](http://symfony.com) and [Bootswatch](https://github.com/thomaspark/bootswatch/).

Changelog
---------

[](#changelog)

### Version 1.0.0

[](#version-100)

- First release

License
-------

[](#license)

- The bundle is licensed under the [MIT License](http://opensource.org/licenses/MIT)
- The CSS and Javascript files from Twitter Bootstrap are licensed under the [Apache License 2.0](http://www.apache.org/licenses/LICENSE-2.0) for all versions before 3.1
- The CSS and Javascript files from Twitter Bootstrap are licensed under the [MIT License](http://opensource.org/licenses/MIT) for 3.1 and after

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 92.9% 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 ~84 days

Recently: every ~119 days

Total

7

Last Release

3601d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75abdcaa05b077ff39155d3e281bd1c52dcce0e94b30da0b8927d40ce2ff8c52?d=identicon)[inri13666](/maintainers/inri13666)

---

Top Contributors

[![inri13666](https://avatars.githubusercontent.com/u/1381253?v=4)](https://github.com/inri13666 "inri13666 (13 commits)")[![nurikabe](https://avatars.githubusercontent.com/u/83678?v=4)](https://github.com/nurikabe "nurikabe (1 commits)")

---

Tags

bootstrapbootswatch

### Embed Badge

![Health badge](/badges/akuma-bootswatch-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/akuma-bootswatch-bundle/health.svg)](https://phpackages.com/packages/akuma-bootswatch-bundle)
```

###  Alternatives

[kartik-v/yii2-editable

An enhanced editable widget for Yii 2.0 that allows easy editing of displayed data with numerous configuration possibilities.

1163.2M59](/packages/kartik-v-yii2-editable)[kartik-v/yii2-date-range

An advanced Yii 2 date range picker input for based on bootstrap-daterangepicker plugin.

894.4M42](/packages/kartik-v-yii2-date-range)[kartik-v/yii2-dialog

An asset bundle for bootstrap3-dialog for Yii 2.0 framework.

496.2M18](/packages/kartik-v-yii2-dialog)[kartik-v/yii2-widget-rating

A Yii2 widget for the simple yet powerful bootstrap-star-rating plugin with fractional rating support (sub repo split from yii2-widgets)

444.1M8](/packages/kartik-v-yii2-widget-rating)[kartik-v/yii2-widget-timepicker

Enhanced Yii2 wrapper for the bootstrap timepicker plugin (sub repo split from yii2-widgets)

404.9M14](/packages/kartik-v-yii2-widget-timepicker)[kartik-v/yii2-widget-touchspin

A Yii2 wrapper widget for the Bootstrap Switch plugin to use checkboxes &amp; radios as toggle touchspines (sub repo split from yii2-widgets)

184.1M6](/packages/kartik-v-yii2-widget-touchspin)

PHPackages © 2026

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