PHPackages                             nick-smit/openf1-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. nick-smit/openf1-api

ActiveLibrary[API Development](/categories/api)

nick-smit/openf1-api
====================

An API client for openf1.org

1.0.2(1y ago)04MITPHPPHP &gt;=8.3

Since Sep 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/nick-smit/openf1-api)[ Packagist](https://packagist.org/packages/nick-smit/openf1-api)[ Docs](https://github.com/nick-smit/openf1-api)[ RSS](/packages/nick-smit-openf1-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

OpenF1 Api
==========

[](#openf1-api)

An API client for [openf1.org](https://openf1.org) using [guzzlehttp/guzzle](https://github.com/guzzle/guzzle).

Installation
------------

[](#installation)

You can add this library as a dependency to your project using [Composer](https://getcomposer.org):

```
composer require nick-smit/openf1-api

```

Usage example
-------------

[](#usage-example)

```
$factory = new NickSmit\OpenF1Api\Factory\OpenF1ApiClientFactory();
$apiClient = $factory->create();

// Retrieve the drivers who participated in the latest session.
$drivers = $apiClient->drivers(sessionKey: NickSmit\OpenF1Api\Filter\IdFilter::latest());

foreach ($drivers as $driver) {
    echo $driver->fullName . "\n";
}
```

You will find more examples in the [examples](examples) directory.

License
-------

[](#license)

OpenF1 Api is made available under the MIT License (MIT). Please see the [License File](LICENSE) for more information.

Disclaimer
----------

[](#disclaimer)

OpenF1 is an unofficial project and is not associated in any way with the Formula 1 companies. F1, FORMULA ONE, FORMULA 1, FIA FORMULA ONE WORLD CHAMPIONSHIP, GRAND PRIX and related marks are trade marks of Formula One Licensing B.V.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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

620d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5412283c0393869627baa7fb90c005e08c23cc8a15b682880c73d0c084deb044?d=identicon)[nick-smit](/maintainers/nick-smit)

---

Top Contributors

[![nick-smit](https://avatars.githubusercontent.com/u/47380558?v=4)](https://github.com/nick-smit "nick-smit (9 commits)")

---

Tags

apiclientOpenF1Formula 1

###  Code Quality

TestsPHPUnit

Static AnalysisRector

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/nick-smit-openf1-api/health.svg)

```
[![Health](https://phpackages.com/badges/nick-smit-openf1-api/health.svg)](https://phpackages.com/packages/nick-smit-openf1-api)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[markrogoyski/numverify-api-client-php

Numverify API Client for PHP

1220.9k](/packages/markrogoyski-numverify-api-client-php)[azuracast/php-api-client

An API client library for the AzuraCast API

311.3k](/packages/azuracast-php-api-client)

PHPackages © 2026

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