ActivityStreamBundle

Generate generic activity streams from the actions on your site.

  • Owner: redpanda/ActivityStreamBundle
  • Platform:
  • License::
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

Redpanda ActivityStream Bundle

Provides timeline activities for your Symfony2 application.

Requirements

Symfony(https://github.com/symfony/symfony) obviously.

Installation

Add the deps for the needed bundles

[ActivityStreamBundle]
    git=https://github.com/redpanda/ActivityStreamBundle.git
    target=/bundles/Redpanda/Bundle/ActivityStreamBundle

Next, run the vendors script to download the bundles:

$ php bin/vendors install

Add to autoload.php

$loader->registerNamespaces(array(
    'Redpanda'             => __DIR__.'/../vendor/bundles',
    // ...

Register ActivityStreamBundle to Kernel

<?php

    # app/AppKernel.php
    //...
    $bundles = array(
        //...
        new Redpanda\Bundle\ActivityStreamBundle\RedpandaActivityStreamBundle(),
    );
    //...

Create database and schema

$ php app/console doctrine:database:create
$ php app/console doctrine:schema:create

Credits

django-activity-stream(https://github.com/justquick/django-activity-stream)

Main metrics

Overview
Name With Ownerredpanda/ActivityStreamBundle
Primary LanguagePHP
Program languagePHP (Language Count: 1)
Platform
License:
所有者活动
Created At2011-05-23 08:54:57
Pushed At2011-11-02 16:46:04
Last Commit At2011-11-02 17:45:58
Release Count0
用户参与
Stargazers Count35
Watchers Count3
Fork Count6
Commits Count18
Has Issues Enabled
Issues Count1
Issue Open Count1
Pull Requests Count5
Pull Requests Open Count0
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private