PHPackages                             artack/symfony-ohdear-command - 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. [CLI &amp; Console](/categories/cli)
4. /
5. artack/symfony-ohdear-command

ActiveLibrary[CLI &amp; Console](/categories/cli)

artack/symfony-ohdear-command
=============================

Provides out of the box functionality for Oh Dear Scheduled tasks.

0.1.2(3y ago)028MITPHPPHP ^8.0

Since Feb 9Pushed 3y agoCompare

[ Source](https://github.com/artack/symfony-ohdear-command)[ Packagist](https://packagist.org/packages/artack/symfony-ohdear-command)[ RSS](/packages/artack-symfony-ohdear-command/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

artack/symfony-ohdear-command
=============================

[](#artacksymfony-ohdear-command)

> Oh Dear Symfony Abscract Command

[![Latest Release](https://camo.githubusercontent.com/b1c5f5b6142201c05921a6f0b538bf1311acd142fae9351aeecb27b7c3a0a0ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f61727461636b2f73796d666f6e792d6f68646561722d636f6d6d616e642e737667)](https://packagist.org/packages/artack/symfony-ohdear-command)[![MIT License](https://camo.githubusercontent.com/5bddc36583456f70e30aef295cb4ba4d7b0d6190be25e15241b5a4c5c00f869a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f61727461636b2f73796d666f6e792d6f68646561722d636f6d6d616e642e737667)](http://opensource.org/licenses/MIT)[![Total Downloads](https://camo.githubusercontent.com/ff2fb66a02568994628f64421bcf07cc75bae485af9890fbbd9d538fea5ba28d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f61727461636b2f73796d666f6e792d6f68646561722d636f6d6d616e642e737667)](https://packagist.org/packages/artack/symfony-ohdear-command)

Developed by [artack](https://www.artack.ch) in Zurich, Switzerland.

Features
--------

[](#features)

- Provides out of the box functionality for Scheduled tasks. That includes:
    - Consumed memory of the command
    - Runtime of the command
    - Exit-Code of the command
    - Failure Message in case of an exception

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

[](#installation)

You can install this color library through [Composer](https://getcomposer.org):

```
$ composer require artack/symfony-ohdear-command
```

Usage
-----

[](#usage)

Creating a Symfony Command extending the abstract `OhDearCommand` class:

```
class YourNewSymfonyCommand extends OhDearCommand
```

If you configure your Command with the `` method make sure you run the parent method as well.

```
protected function configure(): void
{
    parent::configure();

    # following your own configurations
}
```

Instead of the `execute` method you need to use `doExecute` for the actual implementation of your command. The rest of the signature of that method is identical to the `execute` method.

```
protected function doExecute(InputInterface $input, OutputInterface $output): int {...}
```

Now you can run the command with the option `--ohdear-uuid` and the uuid given by Oh Dear as a value. The uuid is part of the "ping URL" shown by Oh Dear.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

3

Last Release

1192d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3a960d5235efdb31dc5e6266966529a26f2ee271978555895a7a7119a74455b7?d=identicon)[scube](/maintainers/scube)

---

Top Contributors

[![plandolt](https://avatars.githubusercontent.com/u/922919?v=4)](https://github.com/plandolt "plandolt (6 commits)")

---

Tags

cronohdearsymfony

### Embed Badge

![Health badge](/badges/artack-symfony-ohdear-command/health.svg)

```
[![Health](https://phpackages.com/badges/artack-symfony-ohdear-command/health.svg)](https://phpackages.com/packages/artack-symfony-ohdear-command)
```

###  Alternatives

[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[matthiasnoback/symfony-console-form

Use Symfony forms for Console command input

368264.8k8](/packages/matthiasnoback-symfony-console-form)[spiral/roadrunner-cli

RoadRunner: Command Line Interface

298.9M33](/packages/spiral-roadrunner-cli)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1322.1k12](/packages/mahocommerce-maho)[shel/neos-terminal

Neos CMS Ui terminal for running Eel expressions and other commands

1441.3k](/packages/shel-neos-terminal)

PHPackages © 2026

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