PHPackages                             ins0/armasquads-api-restclient - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. ins0/armasquads-api-restclient

ActiveLibrary[HTTP &amp; Networking](/categories/http)

ins0/armasquads-api-restclient
==============================

ArmAsquads.com RESTful API SDK

v1.0.0(11y ago)2203BSD-3-ClausePHPPHP &gt;=5.3.0

Since Aug 14Pushed 8y ago2 watchersCompare

[ Source](https://github.com/ins0/armasquads-api-restclient)[ Packagist](https://packagist.org/packages/ins0/armasquads-api-restclient)[ RSS](/packages/ins0-armasquads-api-restclient/feed)WikiDiscussions master Synced today

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

armasquads-api-restclient
=========================

[](#armasquads-api-restclient)

Master: [![Build Status](https://camo.githubusercontent.com/446a2defbec26fa2da168c8ed76770590e35cce54e9e96a023dc04e2cece0a02/68747470733a2f2f7472617669732d63692e6f72672f696e73302f61726d617371756164732d6170692d72657374636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ins0/armasquads-api-restclient)

php armasquads.com REST API client

example
=======

[](#example)

```
    $auth   = new \ArmAsquads\Api\Authentication\HttpHeader('YOUR_API_KEY');
    $api    = new \ArmAsquads\Api($auth);

    Try {
        $squads = $api->getSquads();

        foreach($squads as $squad)
        {
            echo $squad->getName() . "\r\n";
        }
    } Catch(\ArmAsquads\Api\Exception $e)
    {
        echo $e->getMessage() . PHP_EOL;
        echo $api->getLastResponseStatusCode() . PHP_EOL;

        print_r($api->getResponseErrorMessages());
    }
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

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

4286d ago

### Community

Maintainers

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

---

Top Contributors

[![ins0](https://avatars.githubusercontent.com/u/2622534?v=4)](https://github.com/ins0 "ins0 (8 commits)")

---

Tags

phpapirestarmaarmasquadssquads

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ins0-armasquads-api-restclient/health.svg)

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

PHPackages © 2026

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