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 | phpCreate a
composer.jsonfile (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
$ phpunitMade with love by @wisembly