friendsofakeneo / cron-bundle
CRON manager for Akeneo PIM
Package info
github.com/FriendsOfAkeneo/FOACronBundle
Type:symfony-bundle
pkg:composer/friendsofakeneo/cron-bundle
v1.1.1
2017-03-18 15:40 UTC
Requires
- php: >=5.6
Requires (Dev)
- akeneo/pim-community-dev: ~1.6
- friendsofphp/php-cs-fixer: @stable
- phpunit/phpunit: @stable
This package is not auto-updated.
Last update: 2026-03-23 11:53:25 UTC
README
FOACronBundle - easy cron management from Akeneo dashboard
Overview
This bundle is adaptation of awesome BCCCronManagerBundle for Akeneo. This version provides some quality improvements and UI compatible with Akeneo.
Requirements
| FOACronBundle | Akeneo PIM Edition |
|---|---|
| v1.0.* | v1.5.* |
| v1.1.* | v1.6.* |
Installation
- Install bundle using Composer:
composer require friendsofakeneo/cron-bundle
- Enable the bundle in
AppKernel.phpfile:
public function registerBundles() { $bundles = [ ... new FOA\CronBundle\FOACronBundle(), ]; ...
- Register bundle routes in
app/config/routing.yml:
FOACronBundle: resource: '@FOACronBundle/Resources/config/routing.yml' prefix: /cron-manager
Usage
- Configure access for users who can manage cron tasks in 'System->Users Management->Roles'
Now cron management should be available by 'System->Cron Management'.
TODO
- Update UI to be more beauty and understandable;

