2017 © Pedro Peláez
 

library crontab

用于使用原生php实现crontab定时任务功能

image

selden1992/crontab

用于使用原生php实现crontab定时任务功能

  • Tuesday, December 20, 2016
  • by selden1992
  • Repository
  • 1 Watchers
  • 2 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 13 % Grown

The README.md

crontab 2.3

用来在没有权限执行服务器的crontab时,模拟定时任务的。。, (*1)

安装, (*2)

composer require selden1992/crontab, (*3)

第一次刷新页面会生成配置文件 ./config/cron_config.php, (*4)

按照注释修改, (*5)

===============, (*6)

实现原理, (*7)

composer 自动加载 main.php文件, (*8)

new \crontab\src\run();, (*9)

main.php 只实例化一个run对象, (*10)

在服务器垃圾回收时,会执行run对象的__destruct, (*11)

The Versions

20/12 2016

dev-master

9999999-dev

用于使用原生php实现crontab定时任务功能

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4

 

by cyz

20/12 2016

2.3

2.3.0.0

用于使用原生php实现crontab定时任务功能

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4

 

by cyz

31/10 2016

2.1

2.1.0.0

用于使用原生php实现crontab定时任务功能

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4

 

by cyz

31/10 2016

2.2

2.2.0.0

用于使用原生php实现crontab定时任务功能

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4

 

by cyz

30/10 2016

2.0

2.0.0.0

用于使用原生php实现crontab定时任务功能

  Sources   Download

Apache-2.0

The Requires

  • php >=5.4

 

by cyz