Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP Date Recurrence Library?

Ruby, Java, and Python all have several very good libraries which allow you to handle rfc2445's rrule very well.

I've done an extremely comprehensive search for a class/library which will handle the rrule and return dates of recurrence, however I haven't found 1 library in PHP will do it.

I am going to begin to write a PHP library which similar functionality to Ruby's ice_cube, however before I begin I just want to ensure I'm not reinventing the wheel.

So that brings me to this question, am I reinventing the wheel? Did I fail to find a library already written which handles date recurrence in PHP?

like image 932
tplaner Avatar asked Aug 25 '10 14:08

tplaner


1 Answers

After a thorough search I've determined that there is most likely not an open source date recurrence library written in PHP, so I have written my own.

I'm pleased to announce that I have released the initial version of a date recurrence library called When.

like image 98
tplaner Avatar answered Oct 03 '22 09:10

tplaner