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(7y 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 4d ago

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 59% 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

2885d 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

[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[simivar/genius-php

Genius PHP is a open source library that allows you to access Genius API from your PHP application. Supports every resource.

13171.7k](/packages/simivar-genius-php)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[wordpress/php-ai-client

A provider agnostic PHP AI client SDK to communicate with any generative AI models of various capabilities using a uniform API.

26236.6k14](/packages/wordpress-php-ai-client)[darthsoup/php-whmcs-api

WHMCS API client for PHP

2317.3k4](/packages/darthsoup-php-whmcs-api)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

27558.7k3](/packages/apigee-apigee-client-php)

PHPackages © 2026

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