PHPackages                             nav/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. nav/wunderlist

ActiveProject

nav/wunderlist
==============

26PHP

Since Aug 19Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Nav-Appaiya/NavWunderlistBundle)[ Packagist](https://packagist.org/packages/nav/wunderlist)[ RSS](/packages/nav-wunderlist/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

NavWunderlistBundle
===================

[](#navwunderlistbundle)

A Symfony project created on May 15, 2016, 1:51 pm.

Notes
=====

[](#notes)

- Wunderlist creation of tasks, lists and reminders with the Wunderlist API
- Client for handling resources and usefull methods on tasks,lists, and reminders
- Using Wunderlist with OAuth 2.0 with the GuzzleHttp client
- Goal is automated task creation on external events
- Uses Guzzle as Http Client

Todo
====

[](#todo)

- Creating a Client for easy access to tasks/lists/etc.
- Automate tasks based on errors/problems with application
- Creating new tasks / lists for each application on controlcenter

Examples
========

[](#examples)

```

        // Get the Wunderlist Task Service
        $taskService = $this->get('nav_wunderlist.tasks');

        // You should probably want to give this your own implementation
        $client = $taskService->getWunderlistAccountForTesting();

        // Retrieve lists for user
        $lists = $taskService->getLists();

        // Retrieve tasks for a list
        $tasks = $taskService->getTasksForListId("WUNDERLIST-LIST-ID");

        // Retrieve files in a list
        $files = $taskService->getFilesForListId("WUNDERLIST-LIST-ID");

        // Create a new Task within a list
        $newTask = $taskService->createTask("WUNDERLIST-LIST-ID", "Nieuwe taak via API");

        // Create a new List
        $newList = $taskService->createList("Mijn nieuwe lijst");

```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/233b48561014ea1a5d6c67d52f8cc47d9cdc4ed3813e9c3a072feb9791d8f686?d=identicon)[NavAppaiya](/maintainers/NavAppaiya)

---

Top Contributors

[![Nav-Appaiya](https://avatars.githubusercontent.com/u/9272210?v=4)](https://github.com/Nav-Appaiya "Nav-Appaiya (18 commits)")

### Embed Badge

![Health badge](/badges/nav-wunderlist/health.svg)

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

PHPackages © 2026

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