reactphp-x/crontab

Installs: 35

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/reactphp-x/crontab

v1.0.1 2025-08-28 12:52 UTC

This package is auto-updated.

Last update: 2025-10-04 00:58:44 UTC


README

install

composer require reactphp-x/crontab -vvv

Usage

<?php
require __DIR__ . '/vendor/autoload.php';

use ReactphpX\Crontab\Crontab;

new Crontab('*/2 * * * * *', function() {
    echo date('Y-m-d H:i:s')."\n";
});

License

MIT