Add cron jobs lib (@nanjingboy)

This commit is contained in:
Tom.Huang 2015-05-19 07:15:26 +08:00
parent ab9274b41c
commit 0154f9940a

View File

@ -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.*