PHPackages                             fut/request-forge - 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/request-forge

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

fut/request-forge
=================

Request forge for Fifa Ultimate Team.

v2.0.2(11y ago)22871MITPHP

Since May 22Pushed 11y ago2 watchersCompare

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

READMEChangelogDependencies (1)Versions (5)Used By (1)

Connector class for mobile endpoint of Fifa 14 Ultimate Team. Also you can use composer to install the connectors

composer.json

```
    require {
        "fut/request-forge": "dev-master"
    }
```

Example: (also see example.php)

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

    use GuzzleHttp\Client;
    use GuzzleHttp\Cookie\CookieJar;
    use GuzzleHttp\Subscriber\Cookie as CookieSubscriber;
    use Fut\Request\Forge;

    $client = new Client();
    $cookieJar = new CookieJar();
    $cookieSubscriber = new CookieSubscriber($cookieJar);
    $client->getEmitter()->attach($cookieSubscriber);

    $export = array(
        'nucleusId' => 'my-nucleusId',
        'sessionId' => 'my-sessionId',
        'phishingToken' => 'my-phishingToken'
    );

    Forge::setPlatform(Forge::PLATFORM_PLAYSTATION);
    Forge::setEndpoint(Forge::ENDPOINT_MOBILE);

    // example for playstation accounts to get the credits
    // 3. parameter of the forge factory is the actual real http method
    // 4. parameter is the overridden method for the webapp headers
    $forge = Forge::getForge($client, '/ut/game/fifa14/user/credits', 'post', 'get');
    $json = $forge
        ->setNucId($export['nucleusId'])
        ->setSid($export['sessionId'])
        ->setPhishing($export['phishingToken'])
        ->getJson();

    echo "you have " . $json['credits'] . " coins" . PHP_EOL;
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity66

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

Total

4

Last Release

4301d ago

Major Versions

v1.0.0 → v2.0.02014-08-05

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5565003?v=4)[Eduard Bess](/maintainers/ebess)[@ebess](https://github.com/ebess)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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