News Feed
Jobs Feed
Sections




News Archive
Michael Dowling's Blog:
Cron Expression Parsing in PHP
June 04, 2012 @ 12:03:52

Michael Dowling has shared a new tool on his blog today - a parser for crontab files that can be used directly from within PHP - cron-expression.

When faced with the task of creating the cron expression parsing part of this system, I searched high and low for an existing implementation in PHP that implemented the full feature set of a modern cron expression. Based on the context of this article, you probably guessed that I didn't find one. I posted the original code I came up with to StackOverflow and eventually open sourced the project.

Not only does the tool let you read from the cron files but it also lets you do other fun things like:

  • Determine the next run date for the program
  • Calculate the next X number of run dates/times
  • Find the last run date of the program
  • Check to see if an expression will run on a certain date

The full source for the tool is available for download (and pull requests!) over on github.

0 comments voice your opinion now!
cron parse tool cronexpression example


blog comments powered by Disqus

Similar Posts

Michelangelo van Dam's Blog: Quality Assurance on PHP projects (and PHPLint)

Michael Feichtinger's Blog: HTML5 WebSockets Example

YoungCoders.com: The PHP Construct You've Never Used

PHP.net: Manual restructure and license change

Zend Developer Zone: Refactoring PHP Code


Community Events











Don't see your event here?
Let us know!


composer opinion framework language api unittest zendframework2 community development introduction series example database release interview podcast phpunit functional code testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework