PHPackages                             marciodojr/tibia-creatures-ks - 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. marciodojr/tibia-creatures-ks

ActiveLibrary

marciodojr/tibia-creatures-ks
=============================

Load creature deaths and kills from tibia.com

v1.0.0(8y ago)016MITPHP

Since Apr 1Pushed 8y ago1 watchersCompare

[ Source](https://github.com/marciodojr/tibia-creatures-ks)[ Packagist](https://packagist.org/packages/marciodojr/tibia-creatures-ks)[ RSS](/packages/marciodojr-tibia-creatures-ks/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

Tibia Creatures Kill Statistics
===============================

[](#tibia-creatures-kill-statistics)

Load creature deaths and kills from tibia.com ([killstatistics](https://secure.tibia.com/community/?subtopic=killstatistics)).

How to install
--------------

[](#how-to-install)

```
composer require marciodojr/tibia-creatures-ks

```

How to use
----------

[](#how-to-use)

```
use Mdojr\Scraper\WorldScraper;
use Mdojr\Scraper\World\WorldArray;
use Mdojr\Scraper\World\WorldResultArray;
use Mdojr\Scraper\World\World;
use Requests_Session;

$world1 = new World(World::FIDERA);
$world2 = new World(World::LUMINERA);

$worlds = new WorldArray([
    $world1,
    $world2
]);

$rs = new Requests_Session();

$ws = new WorldScraper($rs, $worlds);

// to load all worlds info pass only the Requests_Session instance
//$ws = new WorldScraper($rs);

// fetch one by one
//$resultWorld1 = $ws->fetch();
//$resultWorld2 = $ws->fetch();
// or simply
$results = $ws->fetchAll();
var_dump($results);
/*
  [0]=>
  object(Mdojr\Scraper\World\WorldResultArray)#1771 (1) {
    ["storage":"ArrayObject":private]=>
    array(843) {
      [0]=>
      object(Mdojr\Scraper\World\WorldResult)#1760 (3) {
        ["creature":"Mdojr\Scraper\World\WorldResult":private]=>
        string(18) "(elemental forces)"
        ["killedPlayers":"Mdojr\Scraper\World\WorldResult":private]=>
        int(4)
        ["killedByPlayers":"Mdojr\Scraper\World\WorldResult":private]=>
        int(0)
      }
      [1]=>
      object(Mdojr\Scraper\World\WorldResult)#1761 (3) {
        ["creature":"Mdojr\Scraper\World\WorldResult":private]=>
        string(9) "Abyssador"
        ["killedPlayers":"Mdojr\Scraper\World\WorldResult":private]=>
        int(0)
        ["killedByPlayers":"Mdojr\Scraper\World\WorldResult":private]=>
        int(1)
      }
      [2]=>
      object(Mdojr\Scraper\World\WorldResult)#1762 (3) {
        ["creature":"Mdojr\Scraper\World\WorldResult":private]=>
        string(5) "Achad"
        ["killedPlayers":"Mdojr\Scraper\World\WorldResult":private]=>
        int(0)
        ["killedByPlayers":"Mdojr\Scraper\World\WorldResult":private]=>
        int(1)
      }
    ...
*/
```

How to test
-----------

[](#how-to-test)

```
composer test

```

set the env variable RREQUEST to 1 (`export RREQUEST=1`) to test real requests

License
-------

[](#license)

MIT

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity68

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 ~2 days

Total

7

Last Release

2946d ago

Major Versions

v0.4.0 → v1.0.02018-04-15

### Community

Maintainers

![](https://www.gravatar.com/avatar/db14cc421bf3f723d8e4dffe555806dd4931900a8503ed6f13bd22c7c9f1daef?d=identicon)[marciodojr](/maintainers/marciodojr)

---

Top Contributors

[![marciodojr](https://avatars.githubusercontent.com/u/4480634?v=4)](https://github.com/marciodojr "marciodojr (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/marciodojr-tibia-creatures-ks/health.svg)

```
[![Health](https://phpackages.com/badges/marciodojr-tibia-creatures-ks/health.svg)](https://phpackages.com/packages/marciodojr-tibia-creatures-ks)
```

###  Alternatives

[n98/magerun

Tools for managing Magento projects and installations

1.4k264.7k7](/packages/n98-magerun)[n98/magerun2

Tools for managing Magento projects and installations

928244.3k6](/packages/n98-magerun2)[razorpay/razorpay

Razorpay PHP Client Library

2024.8M44](/packages/razorpay-razorpay)[pubnub/pubnub

This is the official PubNub PHP SDK repository.

1314.6M17](/packages/pubnub-pubnub)[culqi/culqi-php

Cliente Culqi API para PHP

41356.8k1](/packages/culqi-culqi-php)[ahmadawais/sendy-php-api

Sendy PHP API Wrapper: Complete API interfacing.

8673.5k](/packages/ahmadawais-sendy-php-api)

PHPackages © 2026

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