PHPackages                             betitoglez/futapi - 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. betitoglez/futapi

ActiveProject[API Development](/categories/api)

betitoglez/futapi
=================

FIFA 18 WebApp API

011PHP

Since May 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/betitoglez/futapi)[ Packagist](https://packagist.org/packages/betitoglez/futapi)[ RSS](/packages/betitoglez-futapi/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)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

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

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3380178?v=4)[Alberto González](/maintainers/betitoglez)[@betitoglez](https://github.com/betitoglez)

---

Top Contributors

[![betitoglez](https://avatars.githubusercontent.com/u/3380178?v=4)](https://github.com/betitoglez "betitoglez (1 commits)")

### Embed Badge

![Health badge](/badges/betitoglez-futapi/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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