如何配置PHP JobScheduler以在预定的时间间隔内执行作业,独立于访问您网站的人

I'm using phpjobscheduler to run a JSON fetching php script after every minute. However on its README its stated that it only runs your jobs provided that someone accesses the link to the php file where you have included the job scheduler script. How do I set it so that its scheduling goes on whether or not someone accesses your website?

yes it does need to be fired from a page on a website (from a html or PHP file). You can also fire it via a cron job.

There are lots more details here: http://members.dwalker.co.uk/forum/viewtopic.php?f=1&t=919

BTW - hope you like phpjobscheduler, I first created it over 10 years ago: http://www.phpjobscheduler.co.uk/demo/readme.html#history