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.
You have multiple ways to install CalendArt. If you are unsure what to do, go with the archive release.
- Download the most recent release from the release page
- Unpack the archive
- Move the files somewhere in your project
- Install Git
git clone git://github.com/Wisembly/CalendArt.git
- Install composer in your project:
curl -s http://getcomposer.org/installer | php
- Run the following command:
$ composer require calendArt/calendArt
$ php composer.phar install --dev
$ phpunit
Made with love by @wisembly