PHPackages                             decole/planka-php-sdk - 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. decole/planka-php-sdk

ActiveLibrary[API Development](/categories/api)

decole/planka-php-sdk
=====================

An easy-to-use PHP Class for accessing Planka's API.

1.3.2(5mo ago)131245AGPL-3.0PHPPHP &gt;=8.1.0

Since May 15Pushed 5mo ago2 watchersCompare

[ Source](https://github.com/decole/planka-php-sdk)[ Packagist](https://packagist.org/packages/decole/planka-php-sdk)[ Docs](https://github.com/decole/planka-php-sdk)[ RSS](/packages/decole-planka-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (6)Versions (12)Used By (0)

PHP PLANKA REST API
===================

[](#php-planka-rest-api)

Wrapper over the rest api of the Planka ()

Tested on Planka version:

- 1.10.3
- 1.11
- 1.24.3

Implemented all entrypoints for the bar version **1.10.3** and later.

On 1.24.3 add new entrypoints for OIDC and update result DTO on 1.24.3. - on version this project **1.3.0**

Install
-------

[](#install)

`composer require decole/planka-php-sdk`

How to use
----------

[](#how-to-use)

Wrapper executes the requests that Planka makes over the web socket or hidden REST API. Wrapper use hidden REST API. See endpoints in

To understand how to use the wrapper, you can go to the web socket and see how the web client of the web socket works with its server. Requests and responses are identical. I just standardized the answers in the DTO. The data inside the DTO is identical to the server responses.

It is also not important to understand that you are working under a specific user. Accordingly, if you do not see a project or some board, this means that this user is prohibited from having access by access rights.

You need to add a user. For which you come as a wrapper in the projects and boards you need.

Wrapper endpoint - /src/[PlankaClient.php](src/PlankaClient.php)

```
