Last Updated: March 27, 2016
·
8.218K
· krydos

PHPNotifier - a task scheduler written in pure PHP

Hi,

Couple of days ago I published my new library, PHPNotifier, that allows you to schedule an any task to be executed at any time you wish.

You can think about it as about crontab replacement, but sometimes crontab is very hard to manage. If you have a big project you probably have a lot of script registered in your cron that are running each minute (or even less) and checks something.

I hope this library will reduce number of records in your cron file + it is much easier to manage.