PHPackages                             alanly/traktor - 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. alanly/traktor

AbandonedArchivedLibrary[API Development](/categories/api)

alanly/traktor
==============

A Trakt.tv API client library in PHP, compatible with PSR-4 and Composer.

v0.1.0(12y ago)625.1k6MITPHPPHP &gt;=5.4

Since Jun 27Pushed 8y agoCompare

[ Source](https://github.com/alanly/traktor)[ Packagist](https://packagist.org/packages/alanly/traktor)[ Docs](https://github.com/alanly/traktor)[ RSS](/packages/alanly-traktor/feed)WikiDiscussions master Synced 3w ago

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

Traktor
=======

[](#traktor)

[![Build Status - Master](https://camo.githubusercontent.com/d3124ad337ef379a4ff4208b9b823a896c41bad86aafa733adc8ad8908817f78/68747470733a2f2f6170692e7472617669732d63692e6f72672f616c616e6c792f7472616b746f722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/alanly/traktor)

Traktor is a simple PHP client for the Trakt.tv API service, that allows you to cleanly integrate the data available on Trakt into your application.

Currently, it supports only non-developer and GET-based API methods. It makes use of the GuzzleHttp library and requires the use of PHP 5.4 or above.

It aims to be fairly basic and simple to use:

```
$traktor = new Traktor\Client;
$traktor->setApiKey('foobar');
$summary = $traktor->get('movie.summary', ['the-social-network-2010']);
echo $summary->imdb_id;
// "tt1285016"
echo $summary->tagline;
// "You don't get to 500 million friends without making a few enemies"
```

```
$traktor = new Traktor\Client;
$traktor->setApiKey('foobar');
$summary = $traktor->get('show.episode.summary', ['silicon-valley', 1, 3]);
echo $summary->show->title;
// "Silicon Valley"
echo $summary->episode->season;
// 1
echo $summary->episode->number;
// 3
echo $summary->episode->title;
// "Articles of Incorporation"
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

4389d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1526057?v=4)[Alan Ly](/maintainers/alanly)[@alanly](https://github.com/alanly)

---

Top Contributors

[![alanly](https://avatars.githubusercontent.com/u/1526057?v=4)](https://github.com/alanly "alanly (14 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/alanly-traktor/health.svg)

```
[![Health](https://phpackages.com/badges/alanly-traktor/health.svg)](https://phpackages.com/packages/alanly-traktor)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M982](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1943.1k5](/packages/aimeos-prisma)

PHPackages © 2026

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