PHP Task Scheduler – PHP Cron (Miscellaneous)

PHP task Scheduler is a lightweight CRON manager written in PHP to execute PHP files periodically or at a predefined date.
In a word, all your recurrent tasks you have to do on a website such cleaning a log folder, update something periodically, etc, can be manage in this powerful tool.
PHP task Scheduler can log output of your PHP file, but you keep all PHP functions!

Here are some examples of what problems can be resolved with PHP task Scheduler :

  • You have to send an email once a day
  • You want to index a MySQL table once a month
  • You want to build a ping monitor service
  • You have to check your balance on Codecanyon ;)
  • You have to restart a service (by executing a shell function in PHP )

This tool is working well on Apache configurations executing PHP as a Module or CGI , on Windows and Linux.

It must work on lighttpd and nginx.

If you sometimes lost the cron daemon, please be sure to turn on the cURL extension

Download PHP Task Scheduler – PHP Cron (Miscellaneous)

One thought on “PHP Task Scheduler – PHP Cron (Miscellaneous)”

  1. Think about this: People record and study history so that they can learn lessons from the past. Ideas are not physical, but they are very powerful. A man, who truly believes in these ideals, can create historical events.

Leave a Reply

Your email address will not be published. Required fields are marked *