PHPackages                             integrated/theme-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. integrated/theme-bundle

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

integrated/theme-bundle
=======================

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

0.7(9y ago)13.1k1[1 PRs](https://github.com/integratedfordevelopers/integrated-theme-bundle/pulls)3MITPHPPHP &gt;=5.4

Since Aug 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/integratedfordevelopers/integrated-theme-bundle)[ Packagist](https://packagist.org/packages/integrated/theme-bundle)[ Docs](http://www.e-active.nl)[ RSS](/packages/integrated-theme-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (12)Used By (3)

IntegratedThemeBundle
=====================

[](#integratedthemebundle)

Provides website theme support, which makes it easy to share themes between websites or use a multi-site in your application

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

[](#requirements)

- See the require section in the composer.json

Features
--------

[](#features)

- Theme support

Documentation
-------------

[](#documentation)

- [Integrated for developers website](http://www.integratedfordevelopers.com "Integrated for developers website")

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

[](#installation)

This bundle can be installed following these steps:

### Install using composer

[](#install-using-composer)

```
$ php composer.phar require integrated/theme-bundle:~0.3

```

### Enable the bundle

[](#enable-the-bundle)

```
// app/AppKernel.php
public function registerBundles()
{
    return array(
        // ...
        new Integrated\Bundle\ThemeBundle\IntegratedThemeBundle()
        // ...
    );
}

```

### Configuration

[](#configuration)

```
# app/config/config.yml
integrated_theme:
    themes:
        mytheme1:
            paths:
                - @AppBundle/Resources/views/themes/mytheme1
            fallback:
                - default
        mytheme2:
            paths:
                - @AppBundle/Resources/views/themes/mytheme2
                - @OtherBundle/Resources/views/themes/mytheme2
            fallback:
                - mytheme1
                - mytheme3

```

License
-------

[](#license)

This bundle is under the MIT license. See the complete license in the bundle:

```
LICENSE

```

Contributing
------------

[](#contributing)

Pull requests are welcome. Please see our [CONTRIBUTING guide](http://www.integratedfordevelopers.com/contributing "CONTRIBUTING guide").

About
-----

[](#about)

This bundle is part of the Integrated project. You can read more about this project on the [Integrated for developers](http://www.integratedfordevelopers.com "Integrated for developers") website.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 53.3% 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 ~103 days

Recently: every ~124 days

Total

7

Last Release

3295d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5710731?v=4)[Integrated Publishing Solutions](/maintainers/integrated)[@integrated](https://github.com/integrated)

---

Top Contributors

[![marijnotte](https://avatars.githubusercontent.com/u/6791447?v=4)](https://github.com/marijnotte "marijnotte (8 commits)")[![integratedforpublishers](https://avatars.githubusercontent.com/u/6708931?v=4)](https://github.com/integratedforpublishers "integratedforpublishers (2 commits)")[![jansanne](https://avatars.githubusercontent.com/u/1027048?v=4)](https://github.com/jansanne "jansanne (2 commits)")[![johnnyborg](https://avatars.githubusercontent.com/u/9214245?v=4)](https://github.com/johnnyborg "johnnyborg (1 commits)")[![koenprins](https://avatars.githubusercontent.com/u/4244625?v=4)](https://github.com/koenprins "koenprins (1 commits)")[![MichaelJongman](https://avatars.githubusercontent.com/u/16837059?v=4)](https://github.com/MichaelJongman "MichaelJongman (1 commits)")

---

Tags

themeIntegrated

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/integrated-theme-bundle/health.svg)

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

###  Alternatives

[tgmpa/tgm-plugin-activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins).

1.8k222.5k13](/packages/tgmpa-tgm-plugin-activation)[qirolab/laravel-themer

A Laravel theme manager, that will help you organize and maintain your themes inside Laravel projects.

402240.2k8](/packages/qirolab-laravel-themer)[freemius/wordpress-sdk

Freemius WordPress SDK

303101.4k4](/packages/freemius-wordpress-sdk)[david-griffiths/nova-dark-theme

A dark theme for Laravel Nova

71576.9k](/packages/david-griffiths-nova-dark-theme)[appsero/client

Appsero Client

25431.7k9](/packages/appsero-client)[sulu/theme-bundle

The Sulu Bundle which provides theming functionality.

23300.4k1](/packages/sulu-theme-bundle)

PHPackages © 2026

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