PHPackages                             tzk/taiga-laravel - 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. [Framework](/categories/framework)
4. /
5. tzk/taiga-laravel

ActivePackage[Framework](/categories/framework)

tzk/taiga-laravel
=================

A Laravel package for the TaigaPHP library

v2.1.0(7y ago)17264MITPHPPHP ~5.5|~7.0

Since Nov 22Pushed 7y ago1 watchersCompare

[ Source](https://github.com/TZK-/TaigaLaravel)[ Packagist](https://packagist.org/packages/tzk/taiga-laravel)[ RSS](/packages/tzk-taiga-laravel/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (2)Versions (9)Used By (0)

Taiga Laravel
=============

[](#taiga-laravel)

TaigaLaravel is a package used to handle the [TaigaPHP](https://github.com/TZK-/TaigaPHP) library with **Laravel 5.x** (Laravel 4 is not supported).

Installation
============

[](#installation)

Require this package with composer:

```
composer install tzk/taiga-laravel
```

***NB*. *You can skip adding the service provider &amp; the facade if you use the Package Auto-discovery (&gt;=Laravel 5.5).***

After updating composer, add the **TaigaServiceProvider** to the providers array in the **config/app.php** file:

```
TZK\TaigaLaravel\TaigaServiceProvider::class,
```

If you want to use the facade you can also add this to your facades array in **config/app.php**:

```
'Taiga' => TZK\TaigaLaravel\Facades\Taiga::class,
```

You can publish configuration file if you want to provide extra HTTP header configurations:

```
php artisan vendor:publish --provider="TZK\TaigaLaravel\TaigaServiceProvider"
```

> **Note**: It is not necessary if you only want basic configuration, since `api`, `token` and `language` can be set using your **.env** file by adding the following keys.

```
TAIGA_API=https://api.taiga.io/api/v1/
TAIGA_TOKEN=null
TAIGA_LANGUAGE=en

```

Usage
=====

[](#usage)

You can get a new Taiga thanks to the facade:

```
$taiga = Taiga::newInstance();
$issues = $taiga->issues()->getList(['project' => $projectId]);

// or

// If you do not use Taiga::newInstance(), it will create automatically a new one
// each time you call a method via the facade.
$issues = Taiga::issues()->getList(['project' => $projectId]);
```

Or get an instance from the IoC container

```
$taiga = app(\TZK\Taiga\Taiga::class)...
```

Documentation
=============

[](#documentation)

There is more information about the package in the [TaigaPHP](https://github.com/TZK-/TaigaPHP) repository.

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~91 days

Recently: every ~118 days

Total

8

Last Release

2865d ago

Major Versions

v1.1.1 → v2.0.02017-10-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c09e688d140a9685431cc8231acace7fc84d78ff0197274483eb25bc5df2026?d=identicon)[TZK-](/maintainers/TZK-)

---

Top Contributors

[![Kyslik](https://avatars.githubusercontent.com/u/2067589?v=4)](https://github.com/Kyslik "Kyslik (5 commits)")

---

Tags

laravelpackagetaigataigaphplaravelTaigatzktaiga-laravel

### Embed Badge

![Health badge](/badges/tzk-taiga-laravel/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.1k91.3M282](/packages/laravel-horizon)[laravel/sail

Docker files for running a basic Laravel application.

1.9k199.2M1.2k](/packages/laravel-sail)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k21.1M149](/packages/laravel-jetstream)[laravel/ai

The official AI SDK for Laravel.

1.0k2.1M165](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77018.2M124](/packages/laravel-mcp)[laravel/surveyor

Static analysis tool for Laravel applications.

8690.3k12](/packages/laravel-surveyor)

PHPackages © 2026

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