Skip to content

Commit

Permalink
docs: add php support info
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Aug 12, 2019
1 parent 62e46fc commit 9d21717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

- Lightweight Cron expression parser library for PHP.
- Very **fast** because it bails early in case a segment doesnt match.
- Supports PHP5.4 (if you are old school) to PHP7.3 (if you are cool).
- Real [benchmark](https://github.com/adhocore/php-cron-bench) shows it is about 9.64x to 10.57x faster than `dragonmantank/cron-expression`

## Installation
Expand Down

0 comments on commit 9d21717

Please sign in to comment.