PHPackages                             nise-nabe/codeforces-api-php - 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. nise-nabe/codeforces-api-php

ActiveLibrary[API Development](/categories/api)

nise-nabe/codeforces-api-php
============================

17PHP

Since Aug 15Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nise-nabe/codeforces-api-php)[ Packagist](https://packagist.org/packages/nise-nabe/codeforces-api-php)[ RSS](/packages/nise-nabe-codeforces-api-php/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

codeforces-api-php
==================

[](#codeforces-api-php)

Codeforces API Wrapper For PHP

see more detail API

Usage
-----

[](#usage)

Example

```
$client = new Codeforces\Api\Client();
var_dump($client->userInfo('nise_nabe'));

```

Output

```
array(2) {
  'status' =>
  string(2) "OK"
  'result' =>
  array(1) {
    [0] =>
    array(9) {
      'handle' =>
      string(9) "nise_nabe"
      'country' =>
      string(5) "Japan"
      'contribution' =>
      int(0)
      'rank' =>
      string(6) "newbie"
      'rating' =>
      int(1169)
      'maxRank' =>
      string(6) "expert"
      'maxRating' =>
      int(1657)
      'lastOnlineTimeSeconds' =>
      int(1408119476)
      'registrationTimeSeconds' =>
      int(1267685668)
    }
  }
}

```

API List
--------

[](#api-list)

Methodscontest.hackscontentHacks()contest.listcontestListcontest.standingscontestStandingscontest.statuscontestStatusproblemset.problemsproblemsetProblemsproblemset.recentStatusproblemsetRecentStatususer.infouserInfouser.ratedListuserRatedListuser.ratinguserRatinguser.statususerStatus### TODO

[](#todo)

- Authorization

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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://www.gravatar.com/avatar/3f15d02bdb2bf07cc5cc68ecc1f5b08374810e2e662c87d87511c82ba3473a94?d=identicon)[nise\_nabe](/maintainers/nise_nabe)

---

Top Contributors

[![nise-nabe](https://avatars.githubusercontent.com/u/366888?v=4)](https://github.com/nise-nabe "nise-nabe (5 commits)")

### Embed Badge

![Health badge](/badges/nise-nabe-codeforces-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/nise-nabe-codeforces-api-php/health.svg)](https://phpackages.com/packages/nise-nabe-codeforces-api-php)
```

###  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

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

PHPackages © 2026

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