You can get the number of the day in the week with date('w') 0 (for Sunday) through 6 (for Saturday). From this you can get the rest of the work days with strtotime("+1 DAY", [your timestamp]) and so on. When you've got the dates you can make the objects.