PHPackages                             survarium/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. survarium/api

ActiveLibrary[API Development](/categories/api)

survarium/api
=============

Survarium API For community

8114[5 issues](https://github.com/PhpSurvarium/SurvariumAPI/issues)PHP

Since Mar 24Pushed 10y ago5 watchersCompare

[ Source](https://github.com/PhpSurvarium/SurvariumAPI)[ Packagist](https://packagist.org/packages/survarium/api)[ RSS](/packages/survarium-api/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Survarium API
=============

[](#survarium-api)

It is a recommended example of API client for api.survarium.com. You can request some statistic information about Survarium with help of API.

Usage
-----

[](#usage)

You can install it through composer by adding next lines to your composer.json

```
{
    "require" : {
        "survarium/api" : "dev-master@dev"
    }
}

```

If you do not use composer you should add next line to your php script

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

```

where DIR is filepath to root library directory. You can use $survariumApi object to retrieve necessary data:

```
$survariumApi = new \Survarium\Api\SurvariumApi('test', 'test');
$maxMatchId = $survariumApi->getMaxMatchId();

```

API server is under development now. You can use it only for test now. In order to get personal credentials for our API, please, use

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance8

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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/16103192?v=4)[PhpSurvarium](/maintainers/PhpSurvarium)[@PhpSurvarium](https://github.com/PhpSurvarium)

---

Top Contributors

[![phx00](https://avatars.githubusercontent.com/u/16637753?v=4)](https://github.com/phx00 "phx00 (3 commits)")[![PhpSurvarium](https://avatars.githubusercontent.com/u/16103192?v=4)](https://github.com/PhpSurvarium "PhpSurvarium (1 commits)")[![vaseker](https://avatars.githubusercontent.com/u/1942271?v=4)](https://github.com/vaseker "vaseker (1 commits)")

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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