We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758e19b commit fe9dffdCopy full SHA for fe9dffd
README.md
@@ -9,8 +9,9 @@
9
10
11
- Lightweight Cron expression parser library for PHP.
12
+- Zero dependency.
13
- Very **fast** because it bails early in case a segment doesnt match.
-- Real [benchmark](https://github.com/adhocore/php-cron-bench) shows it is about 9.64x to 10.57x faster than `dragonmantank/cron-expression`
14
+- Real [benchmark](https://github.com/adhocore/php-cron-bench) shows it is about 7.54x to 12.92x faster than `dragonmantank/cron-expression`
15
16
## Installation
17
0 commit comments