Timed Tasks (cron-like) in PHP

跟風遠走 提交于 2019-11-27 22:17:17

A quick google turns up a few decent results:

Really, though, if you're on any decent shared hosting package you should have access to some sort of task scheduler be it Windows' Task Scheduler or cron under *nix. I know DreamHost allows user level crontabs, at least.

HTH

We ported Java's quartz library to PHP (https://github.com/php-quartz). The code look is as close to Java as it possible.

It has some additional features like:

  • An integration with message queues so jobs could be executed in any language.
  • There is an ability to use it as standalone service.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!