2017 © Pedro Peláez
 

library wincron

Run cron job on Windows platform

image

anwaro/wincron

Run cron job on Windows platform

  • Thursday, July 12, 2018
  • by anwaro
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

WinCron

Run cron job on Windows platform, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist anwaro/wincron "*"

or, (*4)

composer require --prefer-dist anwaro/wincron "*"

or add, (*5)

"anwaro/wincron": "*"

to the require section of your composer.json file., (*6)

Usage

<?php
use anwaro\wincron\Cron;

$config = [
    'path' => __DIR__, // path to file with cron job list
    'file' => 'crontab.txt' // file with cron job list
];

$cron = new Cron($config);
$cron->run();

The Versions

12/07 2018

dev-master

9999999-dev http://lukaszmical.pl/

Run cron job on Windows platform

  Sources   Download

BSD-3-Clause

The Development Requires

cron windows anwaro wincron phpcron

11/07 2018

v0.1

0.1.0.0 http://lukaszmical.pl/

Run cron job on Windows platform

  Sources   Download

BSD-3-Clause

The Development Requires

cron windows anwaro wincron

11/07 2018

0.1.1

0.1.1.0 http://lukaszmical.pl/

Run cron job on Windows platform

  Sources   Download

BSD-3-Clause

The Development Requires

cron windows anwaro wincron