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.
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
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.