PHPackages                             wisembly/calendart - 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. [API Development](/categories/api)
4. /
5. wisembly/calendart

Abandoned → [calendart/calendart](/?search=calendart%2Fcalendart)Library[API Development](/categories/api)

wisembly/calendart
==================

Manage remote calendars (google, office 365, ...) through an unified api

1.1.2(11y ago)11.6k2[1 PRs](https://github.com/Wisembly/CalendArt/pulls)MITPHPPHP &gt;=5.4.0

Since Aug 28Pushed 11y ago14 watchersCompare

[ Source](https://github.com/Wisembly/CalendArt)[ Packagist](https://packagist.org/packages/wisembly/calendart)[ RSS](/packages/wisembly-calendart/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (10)Used By (0)

CalendArt
=========

[](#calendart)

Interface to handle all your calendars through an unified API, whatever their source are (Google, Office 365, ... etc), as if it was an art. Hell yeah.

**Only google calendar is currently supported !**

Installation
============

[](#installation)

You have multiple ways to install CalendArt. If you are unsure what to do, go with [the archive release](#archive-release).

### Archive Release

[](#archive-release)

1. Download the most recent release from the [release page](https://github.com/Wisembly/CalendArt/releases)
2. Unpack the archive
3. Move the files somewhere in your project

### Development version

[](#development-version)

1. Install Git
2. `git clone git://github.com/Wisembly/CalendArt.git`

### Via Composer

[](#via-composer)

1. Install composer in your project: `curl -s http://getcomposer.org/installer | php`
2. Create a `composer.json` file (or update it) in your project root:

    ```
      {
        "require": {
          "wisembly/calendArt": "~1.0"
        }
      }
    ```
3. Install via composer : `php composer.phar install`

Basic Usage
===========

[](#basic-usage)

As there is only Google's adapter, we're going to base these examples on this one. But it should be similar to the others one, as long as they respect the interface provided in this package.

```
