PHPackages                             fredbradley/xirrusapi - 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. fredbradley/xirrusapi

ActiveLibrary[API Development](/categories/api)

fredbradley/xirrusapi
=====================

PHP API for Xirrus XMS Managment

v1.1.4(3y ago)066MITPHPPHP ^7.4||^8.0CI failing

Since Jun 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/fredbradley/XirrusApi)[ Packagist](https://packagist.org/packages/fredbradley/xirrusapi)[ Docs](https://github.com/fredbradley/xirrusapi)[ RSS](/packages/fredbradley-xirrusapi/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (4)Versions (22)Used By (0)

Xirrus / Cambium Networks XMS API for PHP
=========================================

[](#xirrus--cambium-networks-xms-api-for-php)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c9b2899f5f937c80aeb372d7891156ed74aec0f621805d8d2b465448218d5b77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66726564627261646c65792f7869727275736170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fredbradley/xirrusapi)[![Build Status](https://camo.githubusercontent.com/21eb53d40e3d4a113188b4732c103750bf058b7ce431e6dd92c0717c1e452be3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f66726564627261646c65792f7869727275736170692f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/fredbradley/xirrusapi)[![StyleCI Status](https://camo.githubusercontent.com/c9e324f612ed2893bf3a1de003531224e6c37888d7b2c9d9ae263d40a9bc0c8c/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3237343637323438302f736869656c64)](https://camo.githubusercontent.com/c9e324f612ed2893bf3a1de003531224e6c37888d7b2c9d9ae263d40a9bc0c8c/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3237343637323438302f736869656c64)[![Total Downloads](https://camo.githubusercontent.com/05cf36c4701fdb9fa4e82431530e27039d7434b949d33821f96fbc966f1da5cc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66726564627261646c65792f7869727275736170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fredbradley/xirrusapi)

A PHP Wrapper for the [XMS](https://www.cambiumnetworks.com/products/software/xms-enterprise/) API from Xirrus / [Cambium Networks](https://www.cambiumnetworks.com/).

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

[](#installation)

You can install the package via composer:

```
composer require fredbradley/xirrusapi
```

Usage
-----

[](#usage)

```
// Override default options
$default_options = [
   'verify' => true, // set to false, if you are up against SSL verification issues
   /**
    * Please note: Setting this to false is not recommended
    * and weakens the security of your system, but
    * sometimes for testing purposes is nessecary
    */
];
$api = new \FredBradley\XirrusApi\XirrusApi("https://xmsserver.tld:9443", "exampleusername", "examplepassword", $default_options);
$api->request("GET", "stations.json"); // This will get you a php json object of your api result dataset
```

Further helper methods will be coded into this package in time.

API Documentation
-----------------

[](#api-documentation)

Documentation can be found locally on your own XMS Hosted appliance, under "Settings -&gt; XMS API -&gt; API Documentation"

### Testing

[](#testing)

```
composer test
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Fred Bradley](https://github.com/fredbradley)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

PHP Package Boilerplate
-----------------------

[](#php-package-boilerplate)

This package was generated using the [PHP Package Boilerplate](https://laravelpackageboilerplate.com).

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity69

Established project with proven stability

 Bus Factor1

Top contributor holds 97.8% 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

Every ~48 days

Recently: every ~10 days

Total

21

Last Release

1176d ago

PHP version history (3 changes)1.0.0PHP ^7.1

v1.0.10PHP ^7.1||^8.0

v1.0.13PHP ^7.4||^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1639226?v=4)[Fred Bradley](/maintainers/fredbradley)[@fredbradley](https://github.com/fredbradley)

---

Top Contributors

[![fredbradley](https://avatars.githubusercontent.com/u/1639226?v=4)](https://github.com/fredbradley "fredbradley (44 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (1 commits)")

---

Tags

fredbradleyxirrusapi

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/fredbradley-xirrusapi/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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