From 0154f9940a7c9a85e0a1da35614dc1da6268e25f Mon Sep 17 00:00:00 2001 From: "Tom.Huang" Date: Tue, 19 May 2015 07:15:26 +0800 Subject: [PATCH] Add cron jobs lib (@nanjingboy) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d89e2a3..b6da797 100644 --- a/README.md +++ b/README.md @@ -491,6 +491,7 @@ Libraries to help manage database schemas and migrations. * [Shunt](https://github.com/php-loep/shunt) - A library for running commands in parallel on multiple remote machines. * [Cilex](https://github.com/Cilex/Cilex) - A micro framework for building command line tools. * [CLImate](https://github.com/thephpleague/climate) - A library for outputting colours and special formatting. +* [schedule](https://github.com/nanjingboy/schedule) - A simple tool that provides a easy way for writing and deploying cron jobs. ## Authentication and Authorization *Libraries for implementing user authentication and authorization.*