PHPackages                             os2display/campaign-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. os2display/campaign-bundle

AbandonedArchivedSymfony-bundle

os2display/campaign-bundle
==========================

Os2Display campaigns

2.1.0(6y ago)04311PHPPHP &gt;=7.2

Since Apr 12Pushed 1y ago2 watchersCompare

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

READMEChangelog (3)Dependencies (7)Versions (9)Used By (0)

Important

### This project is no longer actively maintained.

[](#this-project-is-no-longer-actively-maintained)

The source code in this repository is no longer maintained. It has been superseded by [version 2](https://os2display.github.io/display-docs/), which offers improved features and better support.

Thank you to all who have contributed to this project. We recommend transitioning to [Os2Display version 2](https://os2display.github.io/display-docs/) for continued support and updates.

**Final Release**: The final stable release is version [2.1.0](https://github.com/os2display/campaign-bundle/releases/tag/2.1.0)

campaign-bundle
===============

[](#campaign-bundle)

Extends os2display with campaigns.

Campaigns supply a new functionality for controlling content on the screens.

With campaigns a group of screens can be "taken over" for a given period of time with a given channel. After the period has expired the screen returns to the regular content.

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

[](#installation)

Add the git repository to "repositories" in `composer.json`.

```
"repositories": {
    "os2display/campaign-bundle": {
      "type": "vcs",
      "url": "https://github.com/os2display/campaign-bundle"
    },
    ...
}

```

Require the bundle with composer.

```
composer require os2display/campaign-bundle
```

Enable the bundle in `AppKernel.php`, by adding Os2DisplayCampaignBundle to $bundles.

NB! This should be done after adding Os2Display/CoreBundle since, MiddlewareCommunications.php from CoreBundle is overridden in CampaignBundle.

```
new Stof\DoctrineExtensionsBundle\StofDoctrineExtensionsBundle(),
new Os2Display\CampaignBundle\Os2DisplayCampaignBundle()
```

Enable `timestampable` and `blameable` in your configuration:

```
stof_doctrine_extensions:
    orm:
        default:
            timestampable: true
            blameable: true
```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 69.5% 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 ~57 days

Recently: every ~25 days

Total

8

Last Release

2552d ago

Major Versions

1.3.0 → 2.0.02019-02-21

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33924554?v=4)[ITK Development](/maintainers/itk-dev)[@itk-dev](https://github.com/itk-dev)

---

Top Contributors

[![tuj](https://avatars.githubusercontent.com/u/6103205?v=4)](https://github.com/tuj "tuj (116 commits)")[![rimi-itk](https://avatars.githubusercontent.com/u/11267554?v=4)](https://github.com/rimi-itk "rimi-itk (29 commits)")[![yepzdk](https://avatars.githubusercontent.com/u/332915?v=4)](https://github.com/yepzdk "yepzdk (21 commits)")[![janhalen](https://avatars.githubusercontent.com/u/50995332?v=4)](https://github.com/janhalen "janhalen (1 commits)")

### Embed Badge

![Health badge](/badges/os2display-campaign-bundle/health.svg)

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

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29733.3k](/packages/sulu-skeleton)[sylius/taxonomy-bundle

Flexible categorization system for Symfony.

26388.2k7](/packages/sylius-taxonomy-bundle)[sylius/addressing-bundle

Addressing and zone management for Symfony applications.

33221.4k3](/packages/sylius-addressing-bundle)[sylius/promotion-bundle

Manage ecommerce promotions system in your Symfony application.

21426.2k3](/packages/sylius-promotion-bundle)

PHPackages © 2026

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