Search code examples
phpsymfonysymfony-2.1cron-task

'Whenever' equivalent for PHP or Symfony2 for dealing with cronjobs?


Is there a bundle or something for dealing with cronjobs?

I miss Ruby's whenever, so I'm looking for something similar to that.


Solution

  • BCCCronManagerprovides a web interface for managing cron table. It's the only maintained Symfony2 bundle about CRONs.

    In plain PHP, you may be interested in cron-expression or Crontab.