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/ActivityStreamBundle
Next, 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:create
django-activity-stream(https://github.com/justquick/django-activity-stream)