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 2d ago

READMEChangelogDependencies (1)Versions (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

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

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

3448d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/10432401?v=4)[Bruno Minervino](/maintainers/brunominervino)[@brunominervino](https://github.com/brunominervino)

---

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

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

673139.5k6](/packages/spatie-laravel-export)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513381.2k11](/packages/spatie-laravel-pjax)[blackfire/player

A powerful web crawler and web scraper with Blackfire support

49517.1k](/packages/blackfire-player)[dominikb/composer-license-checker

Utility to check for licenses of dependencies and block/allow them.

574.6M13](/packages/dominikb-composer-license-checker)[ashallendesign/favicon-fetcher

A Laravel package for fetching website's favicons.

190305.7k3](/packages/ashallendesign-favicon-fetcher)

PHPackages © 2026

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