PHPackages                             sipsynergy/activity-stream-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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. sipsynergy/activity-stream-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

sipsynergy/activity-stream-bundle
=================================

Activity Stream Bundle

1.0.9(9y ago)119MITPHPPHP ^5.6|^7.0

Since Oct 10Pushed 9y ago1 watchersCompare

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

READMEChangelog (9)Dependencies (5)Versions (10)Used By (0)

Activity Stream Bundle
======================

[](#activity-stream-bundle)

About
-----

[](#about)

@WIP

Activity Stream Bundle is a PHP 5.6+ Symfony bundle providing a stream activity log management.

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

[](#installation)

### With composer

[](#with-composer)

This bundle can be installed using [composer](http://getcomposer.org) by adding the following in the `require` section of your `composer.json` file:

```
    "require": {
        ...
        "sipsynergy/activity-stream-bundle": "1.0.0"
    },
```

### Register the bundle

[](#register-the-bundle)

You must register the bundle in your kernel:

```
