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

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

quadrogod/cron
==============

1.0.2(8y ago)018MITPHPPHP &gt;=5.6.0

Since Dec 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/quadrogod/cron)[ Packagist](https://packagist.org/packages/quadrogod/cron)[ RSS](/packages/quadrogod-cron/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Instruction
===========

[](#instruction)

1. Create your composer.json and run "composer require quadrogod\\cron"
2. Create your App/Cron/Task\_{TaskName or Task\_Name}.php files with Class Task\_{TaskName or Task\_Name} extends \\Quadrogod\\Cron\\Task
3. Create method action\_default() OR action\_{action\_name}() with your logic
4. Execute script in console "php cron.php --task={TaskName} --action={action\_name}*" OR use web browser "http(s)://site.name/cron.php?task={TaskName}", \** - optional param, default use action\_default() method
5. All params available in task class in $\_params
6. Use Autoload section in your composer.json

```
    "autoload": {
        "psr-4": {
            "App\\": "App/"
        }
    }

```

More info from Alex

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity59

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

Total

2

Last Release

3015d ago

### Community

Maintainers

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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