PHPackages                             jeroendesloovere/wunderlist-php-api - 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. jeroendesloovere/wunderlist-php-api

AbandonedLibrary[API Development](/categories/api)

jeroendesloovere/wunderlist-php-api
===================================

This Wunderlist PHP class connects to Wunderlist API.

1.0.0(11y ago)168094[3 issues](https://github.com/jeroendesloovere/wunderlist-php-api/issues)MITPHPPHP &gt;=5.3.3

Since Jun 10Pushed 11y ago6 watchersCompare

[ Source](https://github.com/jeroendesloovere/wunderlist-php-api)[ Packagist](https://packagist.org/packages/jeroendesloovere/wunderlist-php-api)[ Docs](https://github.com/jeroendesloovere/wunderlist-php-api)[ RSS](/packages/jeroendesloovere-wunderlist-php-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (3)Used By (0)

Wunderlist PHP Class
====================

[](#wunderlist-php-class)

[![Latest Stable Version](https://camo.githubusercontent.com/637975f809d592c86d5d32a566c347602b2e56dbef71b1681fdfa3e49c7f7005/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a65726f656e6465736c6f6f766572652f77756e6465726c6973742d7068702d6170692e737667)](https://packagist.org/packages/jeroendesloovere/wunderlist-php-api)[![License](https://camo.githubusercontent.com/5a911ddcd16b9110e7821386ffd8d637005a8b856c14a3c0861b955e91da4eba/687474703a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d6c69676874677265792e737667)](https://github.com/jeroendesloovere/wunderlist-php-api/blob/master/LICENSE)[![Build Status](https://camo.githubusercontent.com/8dbd3bf6a9297e2a85a69bfa7cd07620730cf7d09d9f3d8407447edd787be998/68747470733a2f2f7472617669732d63692e6f72672f6a65726f656e6465736c6f6f766572652f77756e6465726c6973742d7068702d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jeroendesloovere/wunderlist-php-api)

> Wunderlist is a to-do-task app with lots of possibilities. Lists can be created with tasks, sub-tasks, reminders, files and notes. Lists, tasks and sub-tasks can be re-arranged. Lists can be shared with other users and tasks can be starred.

This Wunderlist PHP Class connects to the Wunderlist API and has all functions implemented to insert/update/delete lists, tasks, reminders, files, notes, ...

This class is based on [PENDOnl/Wunderlist2-PHP-Wrapper](https://github.com/PENDOnl/Wunderlist2-PHP-Wrapper), but I've **rewritten it from the ground up** to match the latest PHP PSR-code-stylings. Works perfectly using Composer.

Usage
-----

[](#usage)

### Installation

[](#installation)

```
{
    "require": {
        "jeroendesloovere/wunderlist-php-api": "dev-master"
    }
}
```

> Add the above in your `composer.json` file when using [Composer](https://getcomposer.org).

### Example

[](#example)

```
// required to load (only when not using an autoloader)
require_once __DIR__ . '/src/Wunderlist.php';

// define API
$api = new \JeroenDesloovere\Wunderlist\Wunderlist('username', 'password');

// get profile
$profile = $api->getProfile();

// get lists
$lists = $api->getLists();

// get tasks
$tasks = $api->getTasks();

// ...
```

> [View all examples](/examples/example.php) or check [the Wunderlist class](/src/Wunderlist.php).

Documentation
-------------

[](#documentation)

The class is well documented inline. If you use a decent IDE you'll see that each method is documented with PHPDoc.

Contributing
------------

[](#contributing)

Contributions are **welcome** and will be fully **credited**.

### Pull Requests

[](#pull-requests)

> To add or update code

- **Coding Syntax** - Please keep the code syntax consistent with the rest of the package.
- **Add unit tests!** - Your patch won't be accepted if it doesn't have tests.
- **Document any change in behavior** - Make sure the README and any other relevant documentation are kept up-to-date.
- **Consider our release cycle** - We try to follow [semver](http://semver.org/). Randomly breaking public APIs is not an option.
- **Create topic branches** - Don't ask us to pull from your master branch.
- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.
- **Send coherent history** - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

### Issues

[](#issues)

> For bug reporting or code discussions.

More info on how to work with GitHub on help.github.com.

Credits
-------

[](#credits)

- [Jeroen Desloovere](https://github.com/jeroendesloovere)
- [All Contributors](https://github.com/jeroendesloovere/wunderlist-php-api/contributors)

License
-------

[](#license)

The module is licensed under [MIT](./LICENSE). In short, this license allows you to do everything as long as the copyright statement stays present.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4352d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/588616?v=4)[Jeroen Desloovere](/maintainers/jeroendesloovere)[@jeroendesloovere](https://github.com/jeroendesloovere)

---

Top Contributors

[![jeroendesloovere](https://avatars.githubusercontent.com/u/588616?v=4)](https://github.com/jeroendesloovere "jeroendesloovere (56 commits)")[![joshuadegier](https://avatars.githubusercontent.com/u/2580917?v=4)](https://github.com/joshuadegier "joshuadegier (32 commits)")

---

Tags

phpapiwunderlistTasksto doreminders

### Embed Badge

![Health badge](/badges/jeroendesloovere-wunderlist-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/jeroendesloovere-wunderlist-php-api/health.svg)](https://phpackages.com/packages/jeroendesloovere-wunderlist-php-api)
```

###  Alternatives

[jstolpe/instagram-graph-api-php-sdk

Instagram Graph API PHP SDK

13998.4k2](/packages/jstolpe-instagram-graph-api-php-sdk)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
