PHPackages                             friendsofakeneo/cron-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. friendsofakeneo/cron-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

friendsofakeneo/cron-bundle
===========================

CRON manager for Akeneo PIM

v1.1.1(9y ago)82563MITPHPPHP &gt;=5.6

Since Feb 1Pushed 8y ago3 watchersCompare

[ Source](https://github.com/FriendsOfAkeneo/FOACronBundle)[ Packagist](https://packagist.org/packages/friendsofakeneo/cron-bundle)[ Docs](https://github.com/FriendsOfAkeneo/FOACronBundle)[ RSS](/packages/friendsofakeneo-cron-bundle/feed)WikiDiscussions develop Synced 3w ago

READMEChangelog (3)Dependencies (3)Versions (7)Used By (0)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/b63ce8d787a810bd103f654f9f553d4911c3a479bbba863d79676350ff362c94/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f467269656e64734f66416b656e656f2f464f4143726f6e42756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/FriendsOfAkeneo/FOACronBundle/?branch=develop)[![Build Status](https://camo.githubusercontent.com/04d52378ce15bbfc5bc87c959e1e72d71da84fa8cc2521814c26e9bfb70eb41a/68747470733a2f2f7472617669732d63692e6f72672f467269656e64734f66416b656e656f2f464f4143726f6e42756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/FriendsOfAkeneo/FOACronBundle)

FOACronBundle - easy cron management from Akeneo dashboard
==========================================================

[](#foacronbundle---easy-cron-management-from-akeneo-dashboard)

Overview
========

[](#overview)

This bundle is adaptation of awesome [BCCCronManagerBundle](https://github.com/michelsalib/BCCCronManagerBundle) for Akeneo. This version provides some quality improvements and UI compatible with Akeneo.

Requirements
============

[](#requirements)

FOACronBundleAkeneo PIM Editionv1.0.\*v1.5.\*v1.1.\*v1.6.\*Installation
============

[](#installation)

1. Install bundle using [Composer](https://getcomposer.org/download/):

```
    composer require friendsofakeneo/cron-bundle
```

2. Enable the bundle in `AppKernel.php` file:

```
    public function registerBundles()
    {
        $bundles = [
            ...
            new FOA\CronBundle\FOACronBundle(),
        ];
        ...
```

3. Register bundle routes in `app/config/routing.yml`:

```
FOACronBundle:
    resource: '@FOACronBundle/Resources/config/routing.yml'
    prefix:   /cron-manager
```

Usage
=====

[](#usage)

1. Configure access for users who can manage cron tasks in 'System-&gt;Users Management-&gt;Roles'

[![Roles Management](https://github.com/FriendsOfAkeneo/FOACronBundle/raw/develop/Resources/doc/images/roles-permissions.png)](https://github.com/FriendsOfAkeneo/FOACronBundle/blob/develop/Resources/doc/images/roles-permissions.png)

Now cron management should be available by 'System-&gt;Cron Management'.

[![Cron Management board](https://github.com/FriendsOfAkeneo/FOACronBundle/raw/develop/Resources/doc/images/cron-dashboard.png)](https://github.com/FriendsOfAkeneo/FOACronBundle/blob/develop/Resources/doc/images/cron-dashboard.png)

TODO
----

[](#todo)

1. Update UI to be more beauty and understandable;

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~205 days

Total

3

Last Release

3390d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.3

v1.1.0PHP &gt;=5.6

### Community

Maintainers

![](https://www.gravatar.com/avatar/88cc1da610249ec60eef2930c6680cc98b66ebdec6068ef02e5cb7555ee7fa1b?d=identicon)[NovikovViktor](/maintainers/NovikovViktor)

---

Top Contributors

[![nowiko](https://avatars.githubusercontent.com/u/8058373?v=4)](https://github.com/nowiko "nowiko (36 commits)")[![jmleroux](https://avatars.githubusercontent.com/u/1516770?v=4)](https://github.com/jmleroux "jmleroux (29 commits)")[![alexandrzhulev](https://avatars.githubusercontent.com/u/6017132?v=4)](https://github.com/alexandrzhulev "alexandrzhulev (20 commits)")[![tadcka](https://avatars.githubusercontent.com/u/2020827?v=4)](https://github.com/tadcka "tadcka (1 commits)")

---

Tags

akeneocron-managerSymfony2cronPIMakeneo

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/friendsofakeneo-cron-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/friendsofakeneo-cron-bundle/health.svg)](https://phpackages.com/packages/friendsofakeneo-cron-bundle)
```

###  Alternatives

[dragonmantank/cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due

4.7k498.1M669](/packages/dragonmantank-cron-expression)[symfony/scheduler

Provides scheduling through Symfony Messenger

9012.8M97](/packages/symfony-scheduler)[akeneo-labs/custom-entity-bundle

Akeneo PIM Custom entity bundle

53103.4k8](/packages/akeneo-labs-custom-entity-bundle)[flagbit/table-attribute-bundle

The Flagbit Table Attribute Bundle for Akeneo PIM gives you the possibility to enrich your product with multi-dimensional data presentation in the form of tables, allowing you maximum flexibility within the PIM.

2310.5k](/packages/flagbit-table-attribute-bundle)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
