calendart/google-adapter

Google Adapter for CalendArt

v1.4.7 2017-01-24 21:13 UTC

This package is auto-updated.

Last update: 2024-03-29 03:36:06 UTC


README

Bridge between CalendArt and the Google calendars api

Installation

You have multiple ways to install this bridge. If you are unsure what to do, go with the archive release.

Archive Release

  1. Download the most recent release from the release page
  2. Unpack the archive
  3. Move the files somewhere in your project

Development version

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

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": {
          "calendArt/google-adapter": "~1.1"
        }
      }
  3. Install via composer : php composer.phar install

Running Tests

$ php composer.phar install --dev
$ phpunit

Credits

Made with love by @wisembly