$ composer require clavicula-nox/pendingactions-bundle
This command requires you to have Composer installed globally, as explained in the Composer documentation.
<?php
// app/AppKernel.php
// ...
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = array(
// ...
new ClaviculaNox\PendingActionsBundle\PendingActionsBundle(),
);
}
// ...
}
You have to update your database schema to add the table pending_actions.