PHPackages                             pichongol/fifa-api - 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. [API Development](/categories/api)
4. /
5. pichongol/fifa-api

ActiveProject[API Development](/categories/api)

pichongol/fifa-api
==================

FIFA 1p WebApp API

2.9(6y ago)011MITPHPPHP &gt;=7.0.0

Since Mar 21Pushed 6y agoCompare

[ Source](https://github.com/pichongol/fifa-api)[ Packagist](https://packagist.org/packages/pichongol/fifa-api)[ RSS](/packages/pichongol-fifa-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

FIFA 18 WebApp API
==================

[](#fifa-18-webapp-api)

Manage your FIFA 18 Ultimate Team using this FIFA 18 Ultimate Team API. Written solely in PHP

DISCONTINUED
============

[](#discontinued)

If you wish to get a working API for FIFA 19 or require FIFA 19 projects to be completed, you can purchase access to my private repo via my Email or Skype address located below.

Installing FUTApi
=================

[](#installing-futapi)

The recommended way to install FIFA 18 WebApp API is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

Next, run the Composer command to install the latest stable version of Guzzle:

```
composer require inkedcurtis/fut-api=dev-master
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

Documentation
=============

[](#documentation)

Players database:

Players database (json): [https://www.easports.com/fifa/ultimate-team/web-app/content/B1BA185F-AD7C-4128-8A64-746DE4EC5A82/2018/fut/items/web/players\_meta.json](https://www.easports.com/fifa/ultimate-team/web-app/content/B1BA185F-AD7C-4128-8A64-746DE4EC5A82/2018/fut/items/web/players_meta.json)

Python source provided by:

Contact
=======

[](#contact)

Skype: bws-curtis
Email:

Usage
=====

[](#usage)

Login
-----

[](#login)

Optional parameters:

- code: \[string\] email/sms code for two-step verification (make sure to use string if your code starts with 0).
- platform: \[pc/ps3/ps4/xbox/xbox360\].
- emualte: \[and/ios\] currently DISABLED.
- cookies: \[filename\] path to cookies file, if not provided it'll be created in a 'cookies' directory.

```
use FUTApi\Core;
use FUTApi\FutError;
try {
    $fut = new Core('email', 'password', 'secret answer', 'platform', 'backup_code');
} catch(FutError $e) {
    $error = $e->GetOptions();
    die("We have an error logging in: ".$error['reason']);
}
$login = $fut->login();
```

After you have initiated your first session, you can then use the API wthout logging in again using the session info from your original login array:

```
use FUTApi\Core;
use FUTApi\FutError;
$fut = new Core('email', 'password', 'secret answer', 'platform', 'backup_code');
$fut->setSession($persona, $nucleus, $phishing, $session, $dob);
```

Search
------

[](#search)

Optional parameters:

- min\_price: \[int\] Minimal price.
- max\_price: \[int\] Maximum price.
- min\_buy: \[int\] Minimal buy now price.
- max\_buy: \[int\] Maximum buy now price.
- level: \['bronze'/'silver'/gold'\] Card level.
- start: \[int\] Start page number.
- category: \['fitness'/'?'\] Card category.
- assetId: \[int\] assetId.
- defId: \[int\] defId.
- league: \[int\] League id.
- club: \[int\] Club id.
- position: \[int?/str?\] Position.
- zone: \['attacker'/'?'\] zone.
- nationality: \[int\] Nation id.
- rare: \[boolean\] True for searching special cards.
- playStyle: \[str?\] playStyle.
- page\_size: \[int\] Amount of cards on single page (changing this might be risky).

```
$items = $fut->searchAuctions('player');
```

Logout
------

[](#logout)

Replicates clicking the Logout button.

```
$fut->logout();

```

License
-------

[](#license)

GNU GPLv3

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 89.3% 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 ~50 days

Recently: every ~60 days

Total

10

Last Release

2514d ago

Major Versions

1.0 → 2.02018-10-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d1c64be61c9b54c75052ec40f25dd6dfe6e0dae7ae9c10810b83dd1fc792031?d=identicon)[pichongol](/maintainers/pichongol)

---

Top Contributors

[![futdev](https://avatars.githubusercontent.com/u/26754190?v=4)](https://github.com/futdev "futdev (25 commits)")[![pichongol](https://avatars.githubusercontent.com/u/6271584?v=4)](https://github.com/pichongol "pichongol (3 commits)")

---

Tags

fifafutfifa api

### Embed Badge

![Health badge](/badges/pichongol-fifa-api/health.svg)

```
[![Health](https://phpackages.com/badges/pichongol-fifa-api/health.svg)](https://phpackages.com/packages/pichongol-fifa-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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