calendart / google-adapter
Google Adapter for CalendArt
Installs: 18 517
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 4
Forks: 8
Open Issues: 1
Requires
- php: >=5.4.0
- calendart/calendart: ^1.6
- doctrine/collections: ^1.0
- guzzlehttp/guzzle: ^4.1|^5.0
- psr/log: ^1.0
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
- 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/CalendArt/GoogleAdapter.git
Via Composer
-
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
Running Tests
$ php composer.phar install --dev $ phpunit
Credits
Made with love by @wisembly