.. title:: Wunderlist PHP SDK | The unofficial Wunderlist SDK for PHP
=============================
Welcome to Wunderlist PHP SDK
=============================
What is it?
===========
This is the unofficial Wunderlist SDK for PHP!!
The Wunderlist API provides REST-based storage and synchronization of a user’s lists across multiple
platforms and devices. The primary things you’ll need to use it are an understanding of our data model,
how we version individual entities in a user’s data, the formats we use for transmission, and a set
of OAuth credentials.
The PHP SDK helps you to interact with this API.
User guide
----------
.. toctree::
  :maxdepth: 2
  overview
  quickstart
  authentication
  services
  revisions
  serviceManager
  list
  task
  membership
  note
  positions
  reminder
  subtask
  taskComment
  upload
  user
  webhooks
  integrations
 
  |