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 3w 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 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

2933d 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.5k5.9M734](/packages/sylius-sylius)[apigee/apigee-client-php

Client library for connecting to the Apigee Edge API.

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

GitLab API v4 client for PHP

9515.8M76](/packages/m4tthumphrey-php-gitlab-api)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28150.5k](/packages/phpro-http-tools)[intercom/intercom-php

Intercom API client.

30421.4M26](/packages/intercom-intercom-php)[toin0u/digitalocean-v2

DigitalOcean API v2 client for PHP

7351.1M20](/packages/toin0u-digitalocean-v2)

PHPackages © 2026

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