PHPackages                             soconnect/ruckus-client - 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. soconnect/ruckus-client

ActiveProject[API Development](/categories/api)

soconnect/ruckus-client
=======================

Ruckus WLAN controller API client

v1.6.0(5y ago)22.4k[2 PRs](https://github.com/sowifi/ruckus-client/pulls)MITPHPPHP &gt;=5.6

Since Dec 19Pushed 3y ago6 watchersCompare

[ Source](https://github.com/sowifi/ruckus-client)[ Packagist](https://packagist.org/packages/soconnect/ruckus-client)[ RSS](/packages/soconnect-ruckus-client/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (9)Dependencies (10)Versions (12)Used By (0)

[![Build Status](https://camo.githubusercontent.com/3a264b5dc10abb4a33285127a81cecd7f972a0f312e171f03eb6e5ea582255eb/68747470733a2f2f636972636c6563692e636f6d2f67682f736f776966692f7275636b75732d636c69656e742f747265652f6d61737465722e7376673f7374796c653d736869656c6426636972636c652d746f6b656e3d65343030313530623539333965393266383762623235303533643564393263616562666265323237)](https://circleci.com/gh/sowifi/ruckus-client/tree/master)[![](https://camo.githubusercontent.com/49b00b76738a2c03956e0342c2da72ea28750c9cb938851ee72e8d12b407d4dd/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f36373333376338386335313131393238643134642f746573745f636f766572616765)](https://codeclimate.com/github/sowifi/ruckus-client/test_coverage)[![Latest Stable Version](https://camo.githubusercontent.com/f46c80a5cae31106d55389221dfc8d29464a768782846b9af0bc5ec1d5be1be1/68747470733a2f2f706f7365722e707567782e6f72672f736f636f6e6e6563742f7275636b75732d636c69656e742f762f737461626c65)](https://packagist.org/packages/soconnect/ruckus-client)[![License](https://camo.githubusercontent.com/40fcf58fdc66dd2ee5c1a06d434aaf32c19fcbffb14114c9a10a17b9d7b6cbab/68747470733a2f2f706f7365722e707567782e6f72672f736f636f6e6e6563742f7275636b75732d636c69656e742f6c6963656e7365)](https://packagist.org/packages/soconnect/ruckus-client)

Ruckus Client
=============

[](#ruckus-client)

Ruckus WLAN controller API client

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6

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

[](#installation)

With composer:

```
composer require soconnect/ruckus-client
```

Example Usage
-------------

[](#example-usage)

#### Get the list of Access Points

[](#get-the-list-of-access-points)

```
$client = new SoConnect\RuckusClient\Client($host);
$res = $client->apConfig()->listAll();
```

#### Create new hotspot WLAN

[](#create-new-hotspot-wlan)

```
$client = new SoConnect\RuckusClient\Client($host);
$res = $client->wlan()->createWispr($zoneId, $body);
```

Configuration
-------------

[](#configuration)

Configuration is done using environment variables following 12-factor app methodology. Look at `getenv()` PHP function for details. `.env.example` file contains possible config variables.

Development
-----------

[](#development)

### Configure environment

[](#configure-environment)

```
cp .env.example .env
```

### Running

[](#running)

```
docker-compose up -d
```

### Installing Dependencies

[](#installing-dependencies)

```
docker-compose exec client composer install
```

### Testing

[](#testing)

Unit &amp; integration tests are provided in the `/tests` folder. To run these tests simply run following command from the project root.

```
docker-compose exec client bin/phpunit
```

#### VCR

[](#vcr)

Project is using `PHP-VCR` snapshots for the integration testing of Ruckus API responses integrated with PHPUnit through `phpunit-testlistener-vcr`.

- See [php-vcr](https://github.com/php-vcr/php-vcr) for details

License
-------

[](#license)

Released under the [MIT License](https://github.com/sowifi/ruckus-client/blob/master/LICENSE).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 96.9% 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 ~75 days

Recently: every ~140 days

Total

9

Last Release

2107d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a4149f04ebe5633970bc4f10fd478b018c51c2d91e77634d1391885211a2b01?d=identicon)[pfuhrmann1](/maintainers/pfuhrmann1)

---

Top Contributors

[![pfuhrmann](https://avatars.githubusercontent.com/u/1627445?v=4)](https://github.com/pfuhrmann "pfuhrmann (62 commits)")[![antfig](https://avatars.githubusercontent.com/u/2913571?v=4)](https://github.com/antfig "antfig (1 commits)")[![tuyakhov](https://avatars.githubusercontent.com/u/7713205?v=4)](https://github.com/tuyakhov "tuyakhov (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/soconnect-ruckus-client/health.svg)

```
[![Health](https://phpackages.com/badges/soconnect-ruckus-client/health.svg)](https://phpackages.com/packages/soconnect-ruckus-client)
```

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