webcanyon/wcron

Maintainers

Package info

github.com/webcanyon/wcron

Type:project

pkg:composer/webcanyon/wcron

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v0.9.1 2017-02-25 17:08 UTC

This package is not auto-updated.

Last update: 2026-03-19 02:04:06 UTC


README

This project is a cron manager for Symfony applications or used like a standalone cron manager.

For making this to function you will need follow this steps:

Step 1

Go to your symfony project and run:

./bin/console wcron:install

Insert root password for creating symlink to /usr/local/bin/wcron

Step2

Go to terminal and run this command:

crontab -e

Paste the text from below and save changes

* * * * * /usr/local/bin/wcron /var/log/wcron.log 2>&1

Author Catalin Radoi