Bridge between CalendArt and the Google calendars api
You have multiple ways to install this bridge. 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/CalendArt/GoogleAdapter.git
-
Install composer in your project:
curl -s http://getcomposer.org/installer | php
-
Create a
composer.json
file (or update it) in your project root:{ "require": { "calendArt/google-adapter": "~1.1" } }
-
Install via composer :
php composer.phar install
$ php composer.phar install --dev
$ phpunit
Made with love by @wisembly