Download the PHP package frnk/cron-expression-parser-bundle without Composer
On this page you can find all versions of the php package frnk/cron-expression-parser-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download frnk/cron-expression-parser-bundle
More information about frnk/cron-expression-parser-bundle
Files in frnk/cron-expression-parser-bundle
Download frnk/cron-expression-parser-bundle
More information about frnk/cron-expression-parser-bundle
Files in frnk/cron-expression-parser-bundle
Vendor frnk
Package cron-expression-parser-bundle
Short Description Parses Cron Expression
License MIT
Package cron-expression-parser-bundle
Short Description Parses Cron Expression
License MIT
Please rate this library. Is it a good library?
Informations about the package cron-expression-parser-bundle
CronExpressionParserBundle
This is a Symfony2 bundle that wrappes mtdowlings cron-expression library. See https://github.com/mtdowling/cron-expression
CRON Expressions
A CRON expression is a string representing the schedule for a particular command to execute. The parts of a CRON schedule are as follows:
* * * * * *
- - - - - -
| | | | | |
| | | | | + year [optional]
| | | | +----- day of week (0 - 7) (Sunday=0 or 7)
| | | +---------- month (1 - 12)
| | +--------------- day of month (1 - 31)
| +-------------------- hour (0 - 23)
+------------------------- min (0 - 59)
All versions of cron-expression-parser-bundle with dependencies
PHP Build Version
Package Version
Requires
mtdowling/cron-expression Version
v1.0.3
The package frnk/cron-expression-parser-bundle contains the following files
Loading the files please wait ....