PHPackages                             johnrivs/wunderlist - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. johnrivs/wunderlist

AbandonedArchivedLibrary[API Development](/categories/api)

johnrivs/wunderlist
===================

SDK for the latest Wunderlist API version

0.13.2(9y ago)1215.4k8[1 issues](https://github.com/johnRivs/wunderlist/issues)MITPHP

Since Jun 20Pushed 6y ago1 watchersCompare

[ Source](https://github.com/johnRivs/wunderlist)[ Packagist](https://packagist.org/packages/johnrivs/wunderlist)[ RSS](/packages/johnrivs-wunderlist/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (16)Used By (0)

Use the latest Wunderlist API version in your apps.
===================================================

[](#use-the-latest-wunderlist-api-version-in-your-apps)

[![Latest Stable Version](https://camo.githubusercontent.com/212a4d1a28d6a6407f1eeba457d88ed147360e899fefbdf6264b4d0d34c3da3a/68747470733a2f2f706f7365722e707567782e6f72672f6a6f686e726976732f77756e6465726c6973742f762f737461626c65)](https://packagist.org/packages/johnrivs/wunderlist) [![Total Downloads](https://camo.githubusercontent.com/f10991b55c12eb570f256dcdc3da9150cb6722bfb6de0923cb96f68177c18659/68747470733a2f2f706f7365722e707567782e6f72672f6a6f686e726976732f77756e6465726c6973742f646f776e6c6f616473)](https://packagist.org/packages/johnrivs/wunderlist) [![License](https://camo.githubusercontent.com/da1e990ba290ba683da42c0b2a89519030db0c41368261aed7d247adc0ff13ea/68747470733a2f2f706f7365722e707567782e6f72672f6a6f686e726976732f77756e6465726c6973742f6c6963656e7365)](https://packagist.org/packages/johnrivs/wunderlist) [![Endpoint coverage](https://camo.githubusercontent.com/ffd00272ff3fd3fe88de9cacd5c653fec2ea04fcee20c1ee4642bb2b5d1c4653/687474703a2f2f70726f677265737365642e696f2f6261722f38353f7469746c653d70726f6772657373)](#progress)

---

Wunderlist will be officially shut down on May 6th. Move your lists and tasks to Microsoft To Do before May 6th.
----------------------------------------------------------------------------------------------------------------

[](#wunderlist-will-be-officially-shut-down-on-may-6th-move-your-lists-and-tasks-to-microsoft-to-do-before-may-6th)

---

- [How to use](#how-to-use)
    - [Register your app](#register-your-app)
    - [Install the package](#install-the-package)
    - [Build up the client](#build-up-the-client)
    - [Authorization](#authorization)
- [FAQ](#faq)
    - [What exactly is this pacakage?](#what-exactly-is-this-pacakage)
    - [How flexible is this package?](#how-flexible-is-this-package)
    - [What should I expect from the Wunderlist API?](#what-should-i-expect-from-the-wunderlist-api)
    - [How does it look like?](#how-does-it-look-like)
    - [How do I provide data?](#how-do-i-provide-data)
    - [Why do some methods take more time than others?](#why-do-some-methods-take-more-time-than-others)
    - [Why does it say Forbidden during authentication?](#why-does-it-say-forbidden-during-authentication)
    - [What if something goes wrong?](#what-if-something-goes-wrong)
- [Progress](#progress)

How to use?
-----------

[](#how-to-use)

##### Register your app

[](#register-your-app)

First of all, you need to register your app. To do that, go [here](https://developer.wunderlist.com/apps), log in and click on the blue button that says 'CREATE APP'. Wunderlist will ask you about the name of the app, the description, an icon to represent the app, the URL where it is located and the callback URL for authorization.

If your app is not yet hosted on the Internet, set both the URL fields to `http://localhost`. You're only going to need a 'real' auth callback url when you need to set up authorization (more about this later).

##### Install the package

[](#install-the-package)

This package may be installed through [Composer](https://getcomposer.org/download/):

```
composer require johnrivs/wunderlist

```

If you're using a framework, everything in your `vendor` directory is most likely autoloaded for you. Otherwise, pull in the file yourself:

```
