PHPackages                             fut/calculator - 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. fut/calculator

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

fut/calculator
==============

Fifa Ultimate Team player information calculator.

3.0.1(11y ago)138MITPHP

Since May 27Pushed 11y ago1 watchersCompare

[ Source](https://github.com/ebess/fut-calculator)[ Packagist](https://packagist.org/packages/fut/calculator)[ RSS](/packages/fut-calculator/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (4)Used By (0)

You can get all id information (resource, definition, asset) for Fifa 14 Ultimate Team player based on one of it.

composer.json

```
    require {
        "fut/calculator": "dev-master"
    }
```

Example: (also see example.php)

```
    require_once __DIR__ . "/autoload.php";

    // test data cristiano ronaldo
    $assetId = 20801;
    $resourceId = 1711296833;
    $definitionId = 100684097;

    // start calculator with the asset id and get the resource id
    $calc = new Fut\Calculator($assetId);
    echo $calc->getResourceId() . PHP_EOL . PHP_EOL;

    // init the calc without asset id, set resource id and get all information
    $calc = new Fut\Calculator();
    $calc->setResourceId($resourceId);
    echo "current version: " . $calc->getCurrentVersion() . PHP_EOL;
    echo "asset id: " . $calc->getAssetId() . PHP_EOL;
    echo "resource id (version 1): " . $calc->getResourceId() . PHP_EOL;
    echo "definition id: " . $calc->getDefinitionId() . PHP_EOL . PHP_EOL;

    // same as last but only based on the definition id
    $calc = new Fut\Calculator();
    $calc->setDefinitionId($definitionId);
    echo "current version: " . $calc->getCurrentVersion() . PHP_EOL;
    echo "asset id: " . $calc->getAssetId() . PHP_EOL;
    echo "resource id (version 2): " . $calc->getResourceId(2) . PHP_EOL;
    echo "definition id: " . $calc->getDefinitionId() . PHP_EOL . PHP_EOL;
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

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

Total

3

Last Release

4247d ago

Major Versions

v1.0.0 → 3.0.02014-09-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/41d713247fbf2192449cf73deb224fd5b4141099e327cdb274339e65e5327ed9?d=identicon)[ebess](/maintainers/ebess)

---

Top Contributors

[![ebess](https://avatars.githubusercontent.com/u/5565003?v=4)](https://github.com/ebess "ebess (6 commits)")

### Embed Badge

![Health badge](/badges/fut-calculator/health.svg)

```
[![Health](https://phpackages.com/badges/fut-calculator/health.svg)](https://phpackages.com/packages/fut-calculator)
```

###  Alternatives

[elfsundae/laravel-hashid

A simple, elegant way to obfuscate your data by generating reversible, non-sequential, URL-safe identifiers.

415246.3k2](/packages/elfsundae-laravel-hashid)[camroncade/timezone

Helps manage timezones in Laravel. Includes &lt;select&gt; form builder for timezones.

162982.4k7](/packages/camroncade-timezone)[spatie/statamic-responsive-images

Responsive Images for Statamic

113241.9k](/packages/spatie-statamic-responsive-images)

PHPackages © 2026

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