PHPackages                             braune-digital/activity-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. braune-digital/activity-bundle

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

braune-digital/activity-bundle
==============================

Activity Bundle

1.3.x-dev(7y ago)181MITPHP

Since Jun 24Pushed 7y ago8 watchersCompare

[ Source](https://github.com/braune-digital/BrauneDigitalActivityBundle)[ Packagist](https://packagist.org/packages/braune-digital/activity-bundle)[ RSS](/packages/braune-digital-activity-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

BrauneDigitalActivityBundle
===========================

[](#braunedigitalactivitybundle)

This Bundle allows the creation of activities based on Entity-Audits. It also displays the activity in SonataAdmin.

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

[](#requirements)

Required:

- SimpleThingsEntityAuditBundle
- DoctrineORM

Optional:

- SonataAdminBundle

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

[](#installation)

For `SimpleThingsEntityAuditBundle < 1.0.6` install the the bundle using composer:

```
composer require braune-digital/activity-bundle "~1.2"

```

For `SimpleThingsEntityAuditBundle >= 1.0.6` install the the bundle with:

```
composer require braune-digital/activity-bundle "~1.3"

```

And enable the Bundle in your AppKernel:

```
public function registerBundles()
    {
        $bundles = array(
          ...
          new SimpleThings\EntityAudit\SimpleThingsEntityAuditBundle(),
          new BrauneDigital\ActivityBundle\BrauneDigitalActivityBundle(),
          ...
        );
```

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

[](#configuration)

```
braune_digital_activity:
    doctrine_subscribing: true  #enable the direct creation of activities
    observed_classes:           #array of classes that need to be watched
        'AppBundle\Entity\TimedTask': #classname
            fields:                           #watched fields
              created: ~
              title: ~
              modified: ~
        'Application\Ekas\AppBundle\Entity\Step': ~ # watch creation / deletion only
        'AppBundle\Entity\TimedTask':
            fields:
                done: ~
                title: ~
                description: ~
```

Configure Entities
------------------

[](#configure-entities)

Resolve UserInterface:

```
doctrine:
    orm:
        resolve_target_entities:
            BrauneDigital\ActivityBundle\Model\UserInterface: Application\AppBundle\Entity\User
```

Add Doctrine Relations to your User

```
  oneToMany:
      activities:
          targetEntity: 'BrauneDigital\ActivityBundle\Entity\Stream\Activity'
          mappedBy: user
          cascade: ["persist", "remove"]
```

Build a Stream using the consle
-------------------------------

[](#build-a-stream-using-the-consle)

```
php app/console braunedigital:activity:buildstream
```

TODO
----

[](#todo)

- Add Usage-Section in Readme

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 55.6% 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 ~377 days

Total

4

Last Release

2841d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/141b9ae2fba31f3c2d3e58bdb88b88c0ca2824d4821fd8165449459b7f481d6d?d=identicon)[Braune Digital GmbH](/maintainers/Braune%20Digital%20GmbH)

---

Top Contributors

[![prathje](https://avatars.githubusercontent.com/u/297476?v=4)](https://github.com/prathje "prathje (10 commits)")[![hbraune](https://avatars.githubusercontent.com/u/1439199?v=4)](https://github.com/hbraune "hbraune (7 commits)")[![masseelch](https://avatars.githubusercontent.com/u/12862103?v=4)](https://github.com/masseelch "masseelch (1 commits)")

---

Tags

activity bundle

### Embed Badge

![Health badge](/badges/braune-digital-activity-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/braune-digital-activity-bundle/health.svg)](https://phpackages.com/packages/braune-digital-activity-bundle)
```

###  Alternatives

[strictus/strictus

Strict Typing for local variables in PHP

1606.9k](/packages/strictus-strictus)[wodby/wordpress-composer

Project template for WordPress projects with composer

691.1k](/packages/wodby-wordpress-composer)

PHPackages © 2026

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