PHPackages                             kjgcoop/vikunja-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. kjgcoop/vikunja-api

ActiveLibrary[API Development](/categories/api)

kjgcoop/vikunja-api
===================

Minimal PHP wrapper for the Vikunja REST API v1

v1.0.0(3mo ago)03GPL-3.0-or-laterPHPPHP ^8.1

Since Apr 21Pushed 3mo agoCompare

[ Source](https://github.com/kjgcoop/vikunja-api)[ Packagist](https://packagist.org/packages/kjgcoop/vikunja-api)[ RSS](/packages/kjgcoop-vikunja-api/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (2)Versions (4)Used By (0)

vikunja-api
===========

[](#vikunja-api)

Vibe-coded library to hit a Vikunja instance; currently only supports `/projects/{id}/views/{view}/tasks`

Example CLI script that I generated with my brain and haven't run so it may be flawed. Hopefully you get the gist:

```
require_once "vendor/autoload.php";

use Kjgcoop\Vikunja\VikunjaClient;

if (!isset($argv[1]) || $argv[1] == '' || !isset($argv[2]) || $argv[2] == '') {
    die('Usage: '.$argv[0].' [project ID] [view ID]'.PHP_EOL);
} else {
    $projectId = $argv[1];
    $viewId = $argv[2];
}

$client = new VikunjaClient($config['vikunja_endpoint'], $config['vikunja_key']);

$buckets = $client->tasks()->forView($projectId, $viewId);

print_r($buckets);

```

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance82

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

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

92d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/51257881?v=4)[KJ Coop](/maintainers/kjgcoop)[@kjgcoop](https://github.com/kjgcoop)

---

Top Contributors

[![kjgcoop](https://avatars.githubusercontent.com/u/51257881?v=4)](https://github.com/kjgcoop "kjgcoop (6 commits)")[![claude](https://avatars.githubusercontent.com/u/81847?v=4)](https://github.com/claude "claude (5 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kjgcoop-vikunja-api/health.svg)

```
[![Health](https://phpackages.com/badges/kjgcoop-vikunja-api/health.svg)](https://phpackages.com/packages/kjgcoop-vikunja-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M47](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)[volcengine/volcengine-php-sdk

118.7k](/packages/volcengine-volcengine-php-sdk)

PHPackages © 2026

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