PHPackages                             igorsgm/tibia-data-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. igorsgm/tibia-data-api

ActiveLibrary[API Development](/categories/api)

igorsgm/tibia-data-api
======================

A library that allows you to access TibiaData API from your Laravel application.

v1.0.1(5y ago)1141MITPHPPHP ^7.3 || ^8.0

Since Mar 15Pushed 5y ago1 watchersCompare

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

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

[![](https://camo.githubusercontent.com/87517bd1c38ff304561086465db0d06ffb73b950962f3b464ee532a0c82ef237/68747470733a2f2f7777772e746962696177696b692e636f6d2e62722f696d616765732f632f63332f546962696170656469612e676966)](https://camo.githubusercontent.com/87517bd1c38ff304561086465db0d06ffb73b950962f3b464ee532a0c82ef237/68747470733a2f2f7777772e746962696177696b692e636f6d2e62722f696d616765732f632f63332f546962696170656469612e676966) Laravel TibiaData API
====================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#-laravel-tibiadata-api)

An open source library that allows you to access [TibiaData API](https://tibiadata.com/) from your Laravel app.

 [ ![Latest Version on Packagist](https://camo.githubusercontent.com/dc08c46247d6ab995ffe64a71ad009a2a0b1bda739cf3d01493e5c9960eb02b5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69676f7273676d2f74696269612d646174612d6170692e7376673f7374796c653d666c61742d737175617265) ](https://packagist.org/packages/igorsgm/tibia-data-api) [ ![Build Status](https://camo.githubusercontent.com/755a597c3c516458fd03bd83839e0099f82adf4f22e86f117ca65d711f2f0537/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f6275696c642f672f69676f7273676d2f74696269612d646174612d6170692f6d61737465723f7374796c653d666c61742d737175617265) ](https://travis-ci.org/igorsgm/tibia-data-api) [ ![Quality Score](https://camo.githubusercontent.com/4b619595d423ad26a8585065f417c293ce9ac681372a44a2a73d23a3dac0a577/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f69676f7273676d2f74696269612d646174612d6170692e7376673f7374796c653d666c61742d737175617265) ](https://scrutinizer-ci.com/g/igorsgm/tibia-data-api) [ ![Total Downloads](https://camo.githubusercontent.com/524b57ecb65cdd17da74afe52842f3e7c771ef8671d89f16d4c4cbf59090ebb4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69676f7273676d2f74696269612d646174612d6170692e7376673f7374796c653d666c61742d737175617265) ](https://packagist.org/packages/igorsgm/tibia-data-api)

[TibiaData API](https://tibiadata.com/) is a RESTful API providing information in JSON format containing information from Tibia’s official homepage tibia.com, so you can build your own small tools.

✨ Features
----------

[](#-features)

> - **Characters**: Get the pure information from characters of Tibia based on your character search.
> - **Guilds**: List all guilds of a certain world or get detailed information of a certain guild.
> - **Highscore**: List all highscores of a certain world and see who got the right skills to top the list.
> - **Houses**: List all houses in all the different worlds and towns of Tibia.
> - **News**: The latest 6 months of news and articles from tibia.com.
> - **Worlds**: List all worlds of Tibia or list all online players and more info of your favorite world.

1️⃣ Installation
----------------

[](#1️⃣-installation)

You can install the package via composer:

```
composer require igorsgm/tibia-data-api
```

2️⃣ Usage
---------

[](#2️⃣-usage)

```
TibiaDataApi::characters()->get('Bobeek')
TibiaDataApi::highscores()->get('Antica', 'sword', 'all')
TibiaDataApi::houses()->get('Antica', 'Thais', 'houses')

// Guilds
TibiaDataApi::guild()->get('Red Rose')
TibiaDataApi::guilds()->get('Antica')

// Worlds
TibiaDataApi::worlds()->getList()
TibiaDataApi::worlds()->get('Antica')

// News
TibiaDataApi::news()->get(3560)
TibiaDataApi::news()->getLatestNews()
TibiaDataApi::news()->getNewstickers()
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Credits
-------

[](#credits)

- Tibia and TibiaME are trademarks of CipSoft GmbH. The official website for Tibia is [Tibia.com](https://tibia.com)
- [TibiaData API](https://tibiadata.com/)
- [Simivar](https://github.com/simivar)
- [Igor Moraes](https://igormoraes.com)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Every ~2 days

Total

2

Last Release

1934d ago

PHP version history (2 changes)v1.0PHP &gt;=7.1

v1.0.1PHP ^7.3 || ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14129843?v=4)[Igor Moraes](/maintainers/igorsgm)[@igorsgm](https://github.com/igorsgm)

---

Top Contributors

[![igorsgm](https://avatars.githubusercontent.com/u/14129843?v=4)](https://github.com/igorsgm "igorsgm (15 commits)")

---

Tags

apidataigorsgmtibiatibiadatatibia-data

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/igorsgm-tibia-data-api/health.svg)

```
[![Health](https://phpackages.com/badges/igorsgm-tibia-data-api/health.svg)](https://phpackages.com/packages/igorsgm-tibia-data-api)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[smodav/mpesa

M-Pesa API implementation

16467.9k1](/packages/smodav-mpesa)[files.com/files-php-sdk

Files.com PHP SDK

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

PHPackages © 2026

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