PHPackages                             blackout/p-kanbanize - 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. blackout/p-kanbanize

AbandonedArchivedLibrary

blackout/p-kanbanize
====================

A nice class to call kanbanize API from PHP

v2.1(11y ago)5333PHPPHP &gt;=5.3.0

Since Apr 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/blackout314/pKanbanize)[ Packagist](https://packagist.org/packages/blackout/p-kanbanize)[ RSS](/packages/blackout-p-kanbanize/feed)WikiDiscussions master Synced today

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

pKanbanize v 2.1
================

[](#pkanbanize-v-21)

A nice class to call [kanbanize](http://kanbanize.com) API from PHP

Basic usage:
------------

[](#basic-usage)

```
$kanbanize = new \Lib\pkanbanize( YOURKEY, DOMAIN, null, null, FORMAT );
// or
$kanbanize = new \Lib\pkanbanize( null, DOMAIN, USER, PASS, FORMAT );

$tasks = $kanbanize->getAllTasks( IDBOARD )
echo '';
print_r($tasks);
echo '';
```

Available functions
-------------------

[](#available-functions)

You can refer to the official [kanbanize API doc](http://kanbanize.com/ctrl_integration)

Implemented function

- getProjectsAndBoards
- getBoardStructure
- getBoardSettings
- getBoardActivities
- createNewTask
- deleteTask
- getTaskDetails
- getAllTasks
- addComment
- moveTask
- editTask
- blockTask
- getLinks

Pro users - kanbanize via subdomain
-----------------------------------

[](#pro-users---kanbanize-via-subdomain)

If you access kanbanize on your own subdomain, you can specify the subdomain name in the constructor.

```
$kanbanize = new \Lib\pkanbanize( YOURKEY, 'yourcompany' );
```

TEAM
----

[](#team)

[ ![Carlo Denaro avatar](https://camo.githubusercontent.com/17c87a3e4d4546b01306fcdb965af0ee6055ff306cd4a110b6fe3a8226bcf5c4/687474703a2f2f7777772e6361726c6f64656e61726f2e636f6d2f6d652e6a7067) Carlo Denaro ](https://github.com/blackout314)[ ![Carlo 'kajyr' avatar](https://avatars1.githubusercontent.com/u/51404?s=200) Carlo 'kajyr' ](https://github.com/kajyr)

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

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

4344d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e586da5b63211c0a90c9aac9894f0785e263840abf61cbafc05eb687fe78c9b6?d=identicon)[kajyr](/maintainers/kajyr)

---

Top Contributors

[![kajyr](https://avatars.githubusercontent.com/u/51404?v=4)](https://github.com/kajyr "kajyr (14 commits)")[![blackout314](https://avatars.githubusercontent.com/u/818568?v=4)](https://github.com/blackout314 "blackout314 (1 commits)")

### Embed Badge

![Health badge](/badges/blackout-p-kanbanize/health.svg)

```
[![Health](https://phpackages.com/badges/blackout-p-kanbanize/health.svg)](https://phpackages.com/packages/blackout-p-kanbanize)
```

PHPackages © 2026

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