PHPackages                             rugaard/statsfc - 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. rugaard/statsfc

ActiveLibrary[API Development](/categories/api)

rugaard/statsfc
===============

This package parses the API available through StatsFC.

1.0.0(9y ago)16MITPHPPHP &gt;=7.1.0

Since Apr 15Pushed 9y agoCompare

[ Source](https://github.com/rugaard/statsfc)[ Packagist](https://packagist.org/packages/rugaard/statsfc)[ RSS](/packages/rugaard-statsfc/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

 [![Build status](https://camo.githubusercontent.com/6f9ee9bab66cd5c7ed762ec52d07710ccf8e7d7aa6228e35a91b8526b01338dc/68747470733a2f2f7472617669732d63692e6f72672f727567616172642f737461747366632e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/rugaard/meta-scraper) [![Codecov status](https://camo.githubusercontent.com/749ded38df04ba9380735a309f9df9f6ceb7c37a4d4e6860bbc47d4b65e822c0/68747470733a2f2f636f6465636f762e696f2f67682f727567616172642f737461747366632f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/rugaard/meta-scraper)

📝 Introduction
--------------

[](#-introduction)

This package parses the API available through [StatsFC](http://statsfc.com).

[StatsFC](http://statsfc.com) is a service that exposes data about the biggest football leagues in Europe. You can i.e. get data about fixtures, squads, standings, top scorers and much more.

⚠️ Requirements
---------------

[](#️-requirements)

- PHP 7.1+
- cURL 7.19.4+ *(with OpenSSL and zlib)* or make sure you enable `allow_url_fopen` in your systems `php.ini`

📦 Installation
--------------

[](#-installation)

The recommended way to install this package is through [Composer](https://getcomposer.org/), by using the following command:

```
composer require rugaard/statsfc
```

Alternatively, you can add the package by editing your projects existing `composer.json` file:

```
 {
   "require": {
      "rugaard/statsfc": "~1.0"
   }
}
```

and then afterwards update [Composer](https://getcomposer.org/)s dependencies by using the following command:

```
composer update
```

### Laravel

[](#laravel)

If you're using the [Laravel](http://laravel.com) framework, this package comes with a out-of-the-box Service Provider. After the package has been installed, simply add the following line to the `config/app.php` in the `providers` array:

```
'providers' => [
    Rugaard\StatsFC\Providers\LaravelServiceProvider::class,
]
```

After adding the `LaravelServiceProvider` class to the `config/app.php` file, run the following command in your terminal to publish the associated config file:

```
php artisan vendor:publish --provider="Rugaard\StatsFC\Providers\LaravelServiceProvider"
```

⚙️ Usage
--------

[](#️-usage)

TODO: Write instructions

🚓 License
---------

[](#-license)

StatsFC is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3364d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

apifootallrugaardstatsstatsfcapistatsfootballrugaardstatsfc

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rugaard-statsfc/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[resend/resend-php

Resend PHP library.

617.2M38](/packages/resend-resend-php)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

563.6M13](/packages/checkout-checkout-sdk-php)[aimeos/prisma

A powerful PHP package for integrating media related Large Language Models (LLMs) into your applications

1933.1k4](/packages/aimeos-prisma)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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