Is there a bundle or something for dealing with cronjobs?
I miss Ruby's whenever, so I'm looking for something similar to that.
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.