PHPackages                             halexm2/cron-extended - 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. halexm2/cron-extended

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

halexm2/cron-extended
=====================

Magento 2 Cron Extended Extension

v1.0.1(2y ago)1154↓92.9%OSL-3.0PHP

Since Feb 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/halexm2/cron-extended)[ Packagist](https://packagist.org/packages/halexm2/cron-extended)[ RSS](/packages/halexm2-cron-extended/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Magento 2 Cron Extended Extension
=================================

[](#magento-2-cron-extended-extension)

Requirements
------------

[](#requirements)

- Magento 2.0.0-2.4.x

Overview
--------

[](#overview)

Sometimes there is a circumstances when need to run one of the cron jobs manually, but Magento doesn't have this out of the box. This extension allows you to run any cron jobs from Magento CLI or admin panel manually.

Main Features
-------------

[](#main-features)

- Cron Schedule List in Magento Admin
- Table of all configured cron jobs
- Run any cron jobs from Magento Admin
- Run any cron jobs from Magento CLI
- Get list of all cron jobs from Magento CLI with possibility to filter them by group or code
- ACL (Access Control List) added

Installation
------------

[](#installation)

```
composer require halexm2/cron-extended
bin/magento setup:upgrade
```

CLI Commands
------------

[](#cli-commands)

```
bin/magento cron:extended:run --job="[JOB_CODE]"
bin/magento cron:extended:list --group_filter="[GROUP_NAME]" --job_filter="[JOB_CODE]"
```

#### Usage Example

[](#usage-example)

```
bin/magento cron:extended:run --job="indexer_reindex_all_invalid"
bin/magento cron:extended:list --group_filter="index"
```

Screenshots
-----------

[](#screenshots)

### Schedule list in Magento Admin

[](#schedule-list-in-magento-admin)

[![Schedule List](docs/img/grid_schedule_list.png)](docs/img/grid_schedule_list.png)

### Jobs list in Magento Admin

[](#jobs-list-in-magento-admin)

[![Jobs List](docs/img/grid_cron_list.png)](docs/img/grid_cron_list.png)

### Cron Jobs list in CLI

[](#cron-jobs-list-in-cli)

```
bin/magento cron:extended:list --group_filter="index"
```

[![CLI Jobs List](docs/img/cli_cron_list.png)](docs/img/cli_cron_list.png)

### Running Cron Job from CLI

[](#running-cron-job-from-cli)

```
bin/magento cron:extended:run --job="indexer_reindex_all_invalid"
```

[![CLI Job Run](docs/img/cli_cron_run.png)](docs/img/cli_cron_run.png)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

866d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/113770628?v=4)[Halex](/maintainers/halexm2)[@halexm2](https://github.com/halexm2)

---

Tags

croncron-jobscronjobmagento2magento2-extensionmagento2-extension-freemagento2-modulemagento2-module-free

### Embed Badge

![Health badge](/badges/halexm2-cron-extended/health.svg)

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

###  Alternatives

[thujohn/share

Share links with Laravel 4

4219.0k](/packages/thujohn-share)[dmhendricks/wordpress-toolkit

A collection of helper classes and functions for WordPress plugins and themes.

148.1k1](/packages/dmhendricks-wordpress-toolkit)

PHPackages © 2026

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