PHPackages                             tibiasolutions/tibia-parser - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tibiasolutions/tibia-parser

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tibiasolutions/tibia-parser
===========================

Tibia.com parser informations

v1.1(9y ago)10302MITPHPPHP &gt;=5.5.9

Since Jan 20Pushed 9y ago1 watchersCompare

[ Source](https://github.com/tibiasolutions/tibia-parser)[ Packagist](https://packagist.org/packages/tibiasolutions/tibia-parser)[ Docs](https://github.com/tibiasolutions/tibia-parser)[ RSS](/packages/tibiasolutions-tibia-parser/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Tibia Parser
============

[](#tibia-parser)

[![Total Downloads](https://camo.githubusercontent.com/e4d2f83f8080079b72cc52a3b0a0a41c6083be09e2cfdc80b649327ca3338b81/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7469626961736f6c7574696f6e732f74696269612d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tibiasolutions/tibia-parser)[![License](https://camo.githubusercontent.com/f9f2447f9ac3fb9cda5d24a74945bf0cc16a37c8a4a96ad159873d484106df96/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7469626961736f6c7574696f6e732f74696269612d7061727365722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/tibiasolutions/tibia-parser)

A PHP crawler module to get tibia.com parsed data.

Installation
------------

[](#installation)

1. Download [Composer](http://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
2. Run

```
php composer.phar require tibiasolutions/tibia-parser
```

If Composer is installed globally, run

```
composer require tibiasolutions/tibia-parser
```

Basic Usage
-----------

[](#basic-usage)

### Player

[](#player)

```
require dirname(__DIR__) . '/vendor/autoload.php';

use TibiaParser\Player;

$player = new Player('Kharsek');
if ($player->exists) {
	var_dump($player);
} else {
	echo 'Character does not exist.';
}
```

### World

[](#world)

```
require dirname(__DIR__) . '/vendor/autoload.php';

use TibiaParser\World;

$world = new World('Antica');
if ($world->error != NULL) {
	echo $world->error;
} else {
	var_dump($world->information);
	foreach ($world->players as $player) {
		var_dump($player);
	}
}

// Get all World Names
var_dump(World::getWorlds());
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 66.7% 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

3401d ago

### Community

---

Top Contributors

[![LucasPadilha](https://avatars.githubusercontent.com/u/6677271?v=4)](https://github.com/LucasPadilha "LucasPadilha (2 commits)")[![rmobis](https://avatars.githubusercontent.com/u/2119933?v=4)](https://github.com/rmobis "rmobis (1 commits)")

---

Tags

composerparsed-dataphp-crawlertibiatibia-parser

### Embed Badge

![Health badge](/badges/tibiasolutions-tibia-parser/health.svg)

```
[![Health](https://phpackages.com/badges/tibiasolutions-tibia-parser/health.svg)](https://phpackages.com/packages/tibiasolutions-tibia-parser)
```

###  Alternatives

[coffeecode/paginator

Paginator is simple and is ready to generate results navigation in your application

59658.1k1](/packages/coffeecode-paginator)[intrfce/laravel-frontend-enums

Stop using 'magic' strings/numbers in your frontend Javascript and use your actual application enums instead.

2320.6k](/packages/intrfce-laravel-frontend-enums)[ofbeaton/phpami

Asterisk Manager Interface (AMI) for PHP 5.4+ supporting legacy v1.4 to v13 with no thrills.

1637.3k](/packages/ofbeaton-phpami)[djoudi/laravel-h5p

H5P Plugin for Laravel platform - Updated for Laravel 12

221.6k](/packages/djoudi-laravel-h5p)

PHPackages © 2026

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