PHPackages                             solution10/calendar - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. solution10/calendar

ActiveLibrary[Templating &amp; Views](/categories/templating)

solution10/calendar
===================

Straightforward calendars, with events, for any templating system

v1.3.0(8y ago)306.4k↓58.3%5MITPHPPHP &gt;= 5.3

Since Aug 5Pushed 8y ago2 watchersCompare

[ Source](https://github.com/Solution10/calendar)[ Packagist](https://packagist.org/packages/solution10/calendar)[ RSS](/packages/solution10-calendar/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (6)Used By (0)

Solution10\\Calendar
====================

[](#solution10calendar)

The Calendar component is a simple, but powerful package to help you in the rendering of, well, Calendars!

[![Build Status](https://camo.githubusercontent.com/4674cd526a8468880e71c8fd884964975767d28f5693e3732e4e2c797bf96cf2/68747470733a2f2f7472617669732d63692e6f72672f536f6c7574696f6e31302f63616c656e6461722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Solution10/calendar)[![Latest Stable Version](https://camo.githubusercontent.com/c576a99ccc866f3212aae90513fceae8b22bde07f5d416fc990a43585b4f4b80/68747470733a2f2f706f7365722e707567782e6f72672f736f6c7574696f6e31302f63616c656e6461722f762f737461626c652e737667)](https://packagist.org/packages/solution10/calendar)[![Total Downloads](https://camo.githubusercontent.com/7c8e999b93126373272af023e70d84ae948fa948731cdb422e0e8983ebb6e12d/68747470733a2f2f706f7365722e707567782e6f72672f736f6c7574696f6e31302f63616c656e6461722f646f776e6c6f6164732e737667)](https://packagist.org/packages/solution10/calendar)[![License](https://camo.githubusercontent.com/f0227e439b3d35005aad153923a83698702d8886cdfe6e25687d5c2b22e393a3/68747470733a2f2f706f7365722e707567782e6f72672f736f6c7574696f6e31302f63616c656e6461722f6c6963656e73652e737667)](https://packagist.org/packages/solution10/calendar)

Features
--------

[](#features)

- No dependancies
- PHP 5.3+
- Straightforward interface
- Support for multiple "resolutions" (week view, month view etc)
- Easily extended
- Templating system agnostic

Getting Started
---------------

[](#getting-started)

Installation is via composer, in the usual manner:

```
{
    "require": {
        "solution10/calendar": "^1.0"
    }
}
```

Creating a basic calendar is as such:

```
