From 251998dff93b7995b94813fbf6de4d6e88adbae5 Mon Sep 17 00:00:00 2001 From: ziadoz Date: Tue, 23 Oct 2012 13:28:14 -0700 Subject: [PATCH] --- awesome-php.md | 1 + 1 file changed, 1 insertion(+) diff --git a/awesome-php.md b/awesome-php.md index 8a27965..06be7b7 100644 --- a/awesome-php.md +++ b/awesome-php.md @@ -77,6 +77,7 @@ A list of amazingly awesome PHP libraries that you should be using: * [BCrypt](https://github.com/kherge/Bcrypt) - A BCrypt password hashing library. * [ShellWrap](https://github.com/MrRio/shellwrap) - A simple command line wrapper library. * [Streamer](https://github.com/fzaninotto/Streamer) - A simple object-orientated stream wrapper library. +* [Cron Expression](https://github.com/mtdowling/cron-expression) - A library to calculate cron run dates. # C Extension Frameworks