Just wanted to pass this along as I found it immensely helpful.
I really needed a date recursion library for my Yii project. In hindsight I could have written something using the new DateTime / DateInterval core objects but I didn’t have time!
Enter ‘When’, a recurrence library for php. Easy to calculate out a series of dates based on certain criteria. Check the docs and especially the unit tests for details.
My main gripe is that it is not written in Yii-style so it is a little hard to use. I might end up making a Yii extension using the concepts but I am using it as a 3rd party library with no issues so that will have to wait. Hope this helps someone.