appserver-io/microcron

Cron expression which allows for the use of seconds

2.0.0 2018-08-26 19:16 UTC

This package is auto-updated.

Last update: 2024-03-27 05:58:34 UTC


README

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage

Introduction

This library aim for a complete PHP implementation of a cron expression with the addition of seconds as smallest time span to be controlled. Cron expressions used with this library have, other than normal cron, 6 digits where as the schema starts with seconds and continues with a normal cron schedule.

The second-digit can be used the same as the minute or hour digit.

Issues

In order to bundle our efforts we would like to collect all issues regarding this package in the main project repository's issue tracker. Please reference the originating repository as the first element of the issue title e.g.: [appserver-io/<ORIGINATING_REPO>] A issue I am having

Notice

This project is heavily inspired and based on mtdowling/cron-expression which provides the technical background and calculation engine. Therefor the license of this project has to be taken into account. It is included within the enclosed LICENSE file.