PHPackages                             chaplean/kanbanize-client-bundle - 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. chaplean/kanbanize-client-bundle

ActiveSymfony-bundle[API Development](/categories/api)

chaplean/kanbanize-client-bundle
================================

Kanbanize Api client

v1.1.0(6y ago)2521MITPHPPHP &gt;=7.1

Since Dec 11Pushed 5y ago3 watchersCompare

[ Source](https://github.com/chaplean/kanbanize-api-client-bundle)[ Packagist](https://packagist.org/packages/chaplean/kanbanize-client-bundle)[ RSS](/packages/chaplean-kanbanize-client-bundle/feed)WikiDiscussions master Synced 2mo ago

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

ChapleanKanbanizeApiClientBundle
================================

[](#chapleankanbanizeapiclientbundle)

[![contributions welcome](https://camo.githubusercontent.com/9e93e892d0685e1bf7a1d0bd7c8410d6ecf2086a0a7b48dd58a6b96fa556ea2a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f636f6e747269627574696f6e732d77656c636f6d652d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/chaplean/kanbanize-api-client-bundle/issues)[![Coverage Status](https://camo.githubusercontent.com/698ea7f56d83ebcde55570f73c13776a0dec8af0a0c17d94a78d0bdbc5f81c79/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f636861706c65616e2f6b616e62616e697a652d6170692d636c69656e742d62756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/chaplean/kanbanize-api-client-bundle?branch=master)

Table of content
----------------

[](#table-of-content)

- [Installation](#Installation)
- [Configuration](#Configuration)
- [Usage](#Usage)
- [Versioning](#Versioning)
- [Contributing](#Contributing)
- [Hacking](#Hacking)
- [License](#License)

Installation
------------

[](#installation)

You can use [composer](https://getcomposer.org) to install this:

```
composer require chaplean/kanbanize-api-client-bundle
```

Configuration
-------------

[](#configuration)

Define parameters in your `parameters.yml`

```
chaplean_kanbanize_api.apikey: 'your apikey' # A default apikey of an kanbanize user
chaplean_kanbanize_api_v1.url: 'kanbanize url api v1' # Probably: https://.kanbanize.com/index.php/api/kanbanize/
chaplean_kanbanize_api_v2.url: 'kanbanize url api v2' # Probably: https://.kanbanize.com/api/v2/
```

Usage
-----

[](#usage)

You can use 2 versions of the API.

**Version 1**: `KanbanizeApiV1` (see: )

Available routes:

MethodDescriptiongetProjectsAndBoards()Get projects and boardspostBoardStructure()Get board structurepostFullBoardStructure()Get full board structurepostBoardSettings()Get board settingspostBoardActivities()Get board activitiespostCreateTask()Create a new taskpostTaskDetails()Get details for one taskpostTasksDetails()Get details for many taskpostAllTasks()Get all tasks for one boardpostLogTimeActivities()Get log time activities**Version 2** (beta): `KanbanizeApiV2` (see: https://&lt;your team&gt;.kanbanize.com/openapi/#/)

Available functions:

MethodDescriptiongetChildCards()Get a list of child cardsputChildCard()Make a card a child of a given cardgetParentCards()Get a list of parent cardsputParentCard()Make a card a parent of a given cardgetPredecessorCards()Get a list of predecessor cardsputPredecessorCard()Make a card a predecessor of a given cardgetSuccessorCards()Get a list of successor cardsputSuccessorCard()Make a card a successor of a given cardVersioning
----------

[](#versioning)

kanbanize-api-client-bundle follows [semantic versioning](https://semver.org/). In short the scheme is MAJOR.MINOR.PATCH where

1. MAJOR is bumped when there is a breaking change,
2. MINOR is bumped when a new feature is added in a backward-compatible way,
3. PATCH is bumped when a bug is fixed in a backward-compatible way.

Versions bellow 1.0.0 are considered experimental and breaking changes may occur at any time.

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

[](#contributing)

Contributions are welcomed! There are many ways to contribute, and we appreciate all of them. Here are some of the major ones:

- [Bug Reports](https://github.com/chaplean/%5Bprojectname%5D/issues): While we strive for quality software, bugs can happen and we can't fix issues we're not aware of. So please report even if you're not sure about it or just want to ask a question. If anything the issue might indicate that the documentation can still be improved!
- [Feature Request](https://github.com/chaplean/%5Bprojectname%5D/issues): You have a use case not covered by the current api? Want to suggest a change or add something? We'd be glad to read about it and start a discussion to try to find the best possible solution.
- [Pull Request](https://github.com/chaplean/%5Bprojectname%5D/pulls): Want to contribute code or documentation? We'd love that! If you need help to get started, GitHub as [documentation](https://help.github.com/articles/about-pull-requests/) on pull requests. We use the ["fork and pull model"](https://help.github.com/articles/about-collaborative-development-models/) were contributors push changes to their personnal fork and then create pull requests to the main repository. Please make your pull requests against the `master` branch.

As a reminder, all contributors are expected to follow our [Code of Conduct](CODE_OF_CONDUCT.md).

Hacking
-------

[](#hacking)

You might find the following commands usefull when hacking on this project:

```
# Install dependencies
composer install

# Run tests
bin/phpunit
```

License
-------

[](#license)

kanbanize-api-client-bundle is distributed under the terms of the MIT license.

See [LICENSE](LICENSE.md) for details.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

Every ~28 days

Total

2

Last Release

2529d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6bfb5e4a3dde826e4cd3f92d24fdfbdce1415c77f3edd38fc3420b4988977e13?d=identicon)[HugoDumazeau](/maintainers/HugoDumazeau)

![](https://www.gravatar.com/avatar/8084ee0162a85df3b3f49230b8c0dde81108195caa541bb00642cbd050e88b25?d=identicon)[hudumazeau](/maintainers/hudumazeau)

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

![](https://www.gravatar.com/avatar/7989bd2ecb7be555081aa80dd87b63e52186fd6eb742d59b8564a26d27873eae?d=identicon)[chaplean](/maintainers/chaplean)

---

Top Contributors

[![valentin-chaplean](https://avatars.githubusercontent.com/u/15136254?v=4)](https://github.com/valentin-chaplean "valentin-chaplean (12 commits)")[![tomchaplean](https://avatars.githubusercontent.com/u/5412926?v=4)](https://github.com/tomchaplean "tomchaplean (3 commits)")[![mdevlamynck](https://avatars.githubusercontent.com/u/4378377?v=4)](https://github.com/mdevlamynck "mdevlamynck (2 commits)")[![bors[bot]](https://avatars.githubusercontent.com/in/1847?v=4)](https://github.com/bors[bot] "bors[bot] (1 commits)")

---

Tags

apikanbanizekanbanize-apisymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/chaplean-kanbanize-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/chaplean-kanbanize-client-bundle/health.svg)](https://phpackages.com/packages/chaplean-kanbanize-client-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)

PHPackages © 2026

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