2017 © Pedro Peláez
 

symfony-bundle activity-stream-bundle

Activity Stream Bundle

image

sipsynergy/activity-stream-bundle

Activity Stream Bundle

  • Tuesday, October 11, 2016
  • by sipsynergy
  • Repository
  • 0 Watchers
  • 1 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 10 Versions
  • 0 % Grown

The README.md

Activity Stream Bundle

About

@WIP, (*1)

Activity Stream Bundle is a PHP 5.6+ Symfony bundle providing a stream activity log management., (*2)

Installation

With composer

This bundle can be installed using composer by adding the following in the require section of your composer.json file:, (*3)

``` json "require": { ... "sipsynergy/activity-stream-bundle": "1.0.0" },, (*4)


### Register the bundle You must register the bundle in your kernel: ``` php <?php // app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Sipsynergy\ActivityStreamBundle\SipsynergyActivityStreamBundle(), ); // ... }

Run migrations.

Either using doctrine:migrations:migrate or doctrine:schema:update, (*5)

Configuration

Configuring

If you wish to use your own default renderer, define it and point bundle to it., (*6)

``` yaml, (*7)

app/config/config.yml

sipsynergy_activity_stream: renderer: default_class: YourRendererClass, (*8)



### Defining renderer services In order to create new render service just provide definition for it with appropriate tag. ```xml <service id="activity_stream.renderer_custom" class="%activity_stream.renderer_custom.class%"> <argument type="service" id="router"/> <tag name="activity_stream.renderer"/> </service>

The Versions

11/10 2016

dev-master

9999999-dev https://github.com/sipsynergy

Activity Stream Bundle

  Sources   Download

MIT

The Requires

 

by Pawel Martuszewski

log activity stream

11/10 2016

1.0.7

1.0.7.0 https://github.com/sipsynergy

Activity Stream Bundle

  Sources   Download

MIT

The Requires

 

by Pawel Martuszewski

log activity stream

10/10 2016

1.0.6

1.0.6.0 https://github.com/sipsynergy

Activity Stream Bundle

  Sources   Download

MIT

The Requires

 

by Pawel Martuszewski

log activity stream

10/10 2016

1.0.5

1.0.5.0 https://github.com/sipsynergy

Activity Stream Bundle

  Sources   Download

MIT

The Requires

 

by Pawel Martuszewski

log activity stream

10/10 2016

1.0.4

1.0.4.0 https://github.com/sipsynergy

Activity Stream Bundle

  Sources   Download

MIT

The Requires

 

by Pawel Martuszewski

log activity stream

10/10 2016

1.0.3

1.0.3.0 https://github.com/sipsynergy

Activity Stream Bundle

  Sources   Download

MIT

The Requires

 

by Pawel Martuszewski

log activity stream

10/10 2016

1.0.2

1.0.2.0 https://github.com/sipsynergy

Activity Stream Bundle

  Sources   Download

MIT

The Requires

 

by Pawel Martuszewski

oauth server oauth2