Install $ curl -s http://getcomposer.org/installer | php $ php composer.phar require yohang/calendr View on Github <?php // Use the factory to get your period $factory = new CalendR\Calendar; $month = $factory->getMonth(2012, 01); ?> <table> <?php // Iterate over your month and get weeks ?> <?php foreach ($month as $week): ?> <tr> <?php // Iterate over your month and get days ?> <?php foreach ($we