calendart / calendart
Manage remote calendars through an unified api
Installs: 19 836
Dependents: 2
Suggesters: 0
Security: 0
Stars: 19
Watchers: 5
Forks: 8
Open Issues: 2
Requires
- php: >=5.4.0
- doctrine/collections: ^1.0
- psr/log: ^1.0
README
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.
Installation
You have multiple ways to install CalendArt. If you are unsure what to do, go with the archive release.
Archive Release
- Download the most recent release from the release page
- Unpack the archive
- Move the files somewhere in your project
Development version
- Install Git
git clone git://github.com/Wisembly/CalendArt.git
Via Composer
- Install composer in your project:
curl -s http://getcomposer.org/installer | php
- Run the following command:
$ composer require calendArt/calendArt
Running Tests
$ php composer.phar install --dev $ phpunit
Credits
Made with love by @wisembly