Provides timeline activities for your Symfony2 application.
Symfony(https://github.com/symfony/symfony) obviously.
[ActivityStreamBundle]
git=https://github.com/redpanda/ActivityStreamBundle.git
target=/bundles/Redpanda/Bundle/ActivityStreamBundleNext, run the vendors script to download the bundles:
$ php bin/vendors install$loader->registerNamespaces(array(
'Redpanda' => __DIR__.'/../vendor/bundles',
// ...<?php
# app/AppKernel.php
//...
$bundles = array(
//...
new Redpanda\Bundle\ActivityStreamBundle\RedpandaActivityStreamBundle(),
);
//...$ php app/console doctrine:database:create
$ php app/console doctrine:schema:createdjango-activity-stream(https://github.com/justquick/django-activity-stream)