Download the PHP package t1mmen/opauth-wunderlist without Composer
On this page you can find all versions of the php package t1mmen/opauth-wunderlist. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download t1mmen/opauth-wunderlist
More information about t1mmen/opauth-wunderlist
Files in t1mmen/opauth-wunderlist
Package opauth-wunderlist
Short Description Opauth strategy for Wunderlist
License MIT
Homepage https://github.com/t1mmen/opauth-wunderlist
Informations about the package opauth-wunderlist
Opauth-Wunderlist
Opauth strategy for Wunderlist authentication.
Implemented based on https://developer.wunderlist.com/documentation/concepts/authorization
Getting started
-
Install Opauth-Wunderlist:
Using git:
Or, using Composer, just add this to your
composer.json
:Then run
composer install
. -
Create Wunderlist application at https://developer.wunderlist.com/apps/new
-
Configure Opauth-Wunderlist strategy with at least
Client ID
andClient Secret
. - Direct user to
http://path_to_opauth/wunderlist
to authenticate
Strategy configuration
Required parameters:
License
Opauth-Wunderlist is MIT Licensed Copyright © 2016 Timm Stokke (http://timm.stokke.me)