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

AbandonedLibrary[API Development](/categories/api)

taiga/php-sdk
=============

SDK PHP for Taiga api V1

0.1.2(9y ago)61.9k11MITPHPPHP &gt;=5.5.0

Since Feb 3Pushed 9y ago3 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (1)

Taiga SDK
=========

[](#taiga-sdk)

TaigaSDK is a PHP client library to work with [Taiga REST API](https://taigaio.github.io/taiga-doc/dist/api.html).

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

[](#installation)

SDK has been written in PHP 5.5 and has no dependencies on external packages. You only have to ensure that curl and openssl extensions (that are part of standard PHP distribution) are enabled in your PHP installation.

The project attempts to comply with PSR-4 specification for autoloading classes from file paths. As a namespace prefix is 'Taiga' with base directory '{your-installation-dir}/'.

But if not using PSR-4 the installation is as easy as downloading the package and storing it under any location that will be available for including by

```
    require_once '{your-installation-dir}/Taiga/Autoloader.php';
```

in your project (see examples below).

Installation with Composer
--------------------------

[](#installation-with-composer)

You can use Taiga SDK library as a dependency in your project with Composer. A composer.json file is available in the repository and it has been referenced on packagist.

The installation with Composer is easy, reliable : Step 1 - Add the Taiga SDK as a dependency in your composer.json file as follow :

```
    "require": {
        ...
        "taiga/php-sdk": "^1.0"
    },
```

Step 2 - Update your dependencies with Composer

```
you@yourhost:/path/to/project$ php composer.phar update taiga/php-sdk

```

The Library has been added into your dependencies and ready to be used.

License
-------

[](#license)

TaigaSDK is distributed under MIT license, see LICENSE file.

Contacts
--------

[](#contacts)

Report bugs or suggest features using [issue tracker at GitHub](https://github.com/AppVentus/taiga-php-sdk/issues).

Authentication
--------------

[](#authentication)

To authenticate requests an http header called "Authorization" with this format:

```
Authorization: Bearer ${AUTH_TOKEN}

```

Follow these instructions to [generate your token](https://taigaio.github.io/taiga-doc/dist/api.html#auth-normal-login)

Feature coverage (help wanted)
------------------------------

[](#feature-coverage-help-wanted)

Some endpoints has been developped but there is still some couple of hours of work to have a full coverage of the API possibilities. Please, if you use this bundle and need more, share your needs or your work by creating issue or PR.

### Done

[](#done)

- Milestones (sprints)
- Projects
- Tasks
- Users
- User stories

### Todo

[](#todo)

- Auth
- Applications
- Application Tokens
- Resolver
- Searches
- User storage
- Project templates
- Memberships/Invitations
- User story status
- Points
- User story custom attribute
- User story custom attributes values
- Task status
- Task custom attribute
- Task custom attributes values
- Issues
- Issue status
- Issue types
- Priorities
- Severities
- Issue custom attribute-6. Issue custom attributes values
- Wiki pages
- Wiki links
- History
- Notify policies
- Feedback
- Export/Import
- Webhooks
- Timelines
- Locales
- Stats

Using Symfony ?
---------------

[](#using-symfony-)

Use the [troopers/taiga-bundle](https://github.com/Troopers/TaigaBundle) to ease the API manipulation.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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 ~121 days

Total

3

Last Release

3507d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7098ddf149da227cb3b05de081a24376838056f43162b6e836ac1afc10b26b83?d=identicon)[lenybernard](/maintainers/lenybernard)

---

Tags

apisdk-phptaigatroopers

### Embed Badge

![Health badge](/badges/taiga-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/taiga-php-sdk/health.svg)](https://phpackages.com/packages/taiga-php-sdk)
```

###  Alternatives

[gorkalaucirica/hipchat-v2-api-client

Hipchat v2 API client

80223.4k6](/packages/gorkalaucirica-hipchat-v2-api-client)[matthiasnoback/microsoft-translator

Library for making calls to the Microsoft Translator V2 API

39234.2k3](/packages/matthiasnoback-microsoft-translator)[tamara-solution/php-sdk

Tamara PHP Client Library

10259.4k1](/packages/tamara-solution-php-sdk)[webit/w-firma-api

wFirma.pl API

1820.2k](/packages/webit-w-firma-api)[armetiz/airtable-php

Manipulate Airtable API using PHP

209.2k](/packages/armetiz-airtable-php)

PHPackages © 2026

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