PHPackages                             simivar/tibiadata-api - 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. simivar/tibiadata-api

ActiveLibrary[API Development](/categories/api)

simivar/tibiadata-api
=====================

TibiaData API is a open source library that allows you to access TibiaData API from your PHP application. Supports every resource. Follows Semver and TibiaData API versioning.

2.3.5(8y ago)232MITPHPPHP &gt;=7.1.0CI failing

Since May 19Pushed 2y ago2 watchersCompare

[ Source](https://github.com/simivar/tibiadata-api)[ Packagist](https://packagist.org/packages/simivar/tibiadata-api)[ Docs](https://github.com/simivar/tibiadata-api)[ RSS](/packages/simivar-tibiadata-api/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (7)Versions (13)Used By (0)

TibiaData API
=============

[](#tibiadata-api)

TibiaData API is a open source library that allows you to access [TibiaData API](https://tibiadata.com/) from your PHP application.

Getting started
---------------

[](#getting-started)

TibiaData API is avialable via [Composer](https://getcomposer.org/). It uses [HTTPlug](http://httplug.io/) abstraction so you are free to choose any HTTP Client you want that depends on [php-http/client-implementation virutal package](https://packagist.org/providers/php-http/client-implementation).

```
composer require simivar/tibiadata-api php-http/message php-http/guzzle6-adapter

```

Usage
-----

[](#usage)

> **Note:** This version of TibiaData API requires PHP version of 7.1 or higher.

You can use every resource available with classes from *Resources* namespace. You can create main `TibiaData` object and use getters or create every object on your own.

```
require_once('vendor/autoload.php');

$tibiaData = new \TibiaDataApi\TibiaData($authentication);
$upvoteAnnotation = $tibiaData->getCharactersResoure()->get( 'Simivar' );
```

Versioning
----------

[](#versioning)

Created using [Semver](http://semver.org/). All minor and patch updates are backwards compatibile. Also, it strictly follows TibiaData API versioning. Version 2.0 of library supports `v2` of TibiaData API.

License
-------

[](#license)

Please see the [license file](https://github.com/simivar/tibiadata-api/blob/master/LICENSE) for more information.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

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

Total

11

Last Release

2978d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1439b29803d454690d4f2b6148a7f17c123592569b9beb46757cf22b69b441c0?d=identicon)[simivar](/maintainers/simivar)

---

Top Contributors

[![simivar](https://avatars.githubusercontent.com/u/828020?v=4)](https://github.com/simivar "simivar (34 commits)")

---

Tags

apihttplugPSR-4tibiatibiadata

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/simivar-tibiadata-api/health.svg)

```
[![Health](https://phpackages.com/badges/simivar-tibiadata-api/health.svg)](https://phpackages.com/packages/simivar-tibiadata-api)
```

###  Alternatives

[sylius/sylius

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

8.5k6.0M777](/packages/sylius-sylius)[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k29.9M347](/packages/openai-php-client)[brd6/notion-sdk-php

Notion SDK for PHP

6124.4k](/packages/brd6-notion-sdk-php)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

26591.5k4](/packages/apigee-apigee-client-php)[m4tthumphrey/php-gitlab-api

GitLab API v4 client for PHP

9525.9M81](/packages/m4tthumphrey-php-gitlab-api)[telnyx/telnyx-php

Official Telnyx PHP SDK — APIs for Voice, SMS, MMS, WhatsApp, Fax, SIP Trunking, Wireless IoT, Call Control, and more. Build global communications on Telnyx's private carrier-grade network.

36826.2k2](/packages/telnyx-telnyx-php)

PHPackages © 2026

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