PHPackages                             fredbradley/aruba-central - 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/aruba-central

ActivePackage[API Development](/categories/api)

fredbradley/aruba-central
=========================

A PHP wrapper for the Aruba Central API

v0.0.11(7mo ago)012MITPHPPHP ^8.3CI passing

Since Apr 9Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/fredbradley/aruba-central)[ Packagist](https://packagist.org/packages/fredbradley/aruba-central)[ RSS](/packages/fredbradley-aruba-central/feed)WikiDiscussions main Synced 1mo ago

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

PHP SDK for Aruba Central API
=============================

[](#php-sdk-for-aruba-central-api)

For Laravel Applications
------------------------

[](#for-laravel-applications)

[![Latest Version on Packagist](https://camo.githubusercontent.com/48530068ebff76438ac97bfc3d3675fd3b1ed897e451bf95f98e4ed3fd436bbb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f66726564627261646c65792f61727562612d63656e7472616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fredbradley/aruba-central)[![Total Downloads](https://camo.githubusercontent.com/5711f09bb1a74e12c62b272417d4fcec732f2d2b43e840151d695ba50128d4cf/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f66726564627261646c65792f61727562612d63656e7472616c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/fredbradley/aruba-central)[![GitHub Actions](https://github.com/fredbradley/aruba-central/actions/workflows/main.yml/badge.svg)](https://github.com/fredbradley/aruba-central/actions/workflows/main.yml/badge.svg)

Installation &amp; Requirements
-------------------------------

[](#installation--requirements)

This package requires PHP 8.3 and above.

You can install the package via composer:

```
composer require fredbradley/aruba-central
```

Usage
-----

[](#usage)

You will need to add the following to your `.env` file:

```
ARUBA_CLIENT_ID=""
ARUBA_CLIENT_SECRET=""
ARUBA_BASE_URL="" #EG: https://apigw-eucentral2.central.arubanetworks.com/
ARUBA_ACCESS_TOKEN=""
ARUBA_CREDENTIAL_ID=""
ARUBA_REFRESH_TOKEN=""
```

The config file is publishable, but you shouldn't need to change anything.

### Usage

[](#usage-1)

```
use FredBradley\ArubaCentral\ArubaCentral;

ArubaCentral::accessPoints()->all(); // Gets all access points
ArubaCentral::accessPoints()->findByMacAddress($mac); // Gets a specific access point by MAC address

ArubaCentral::wirelessClients()->all(); // Gets all wireless clients
ArubaCentral::wirelessClients()->findUser($username); // Gets all wireless client by username
```

This package uses the Saloon API package to make the HTTP requests. You can read more about that package [here](https://docs.saloon.dev/).

### Testing

[](#testing)

*Not written yet*

```
composer pest
```

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

[](#contributing)

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

### Security

[](#security)

If you discover any security related issues, please either [report here](https://github.com/fredbradley/aruba-central/security) or if you don't have a Github account, 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.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance62

Regular maintenance activity

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~17 days

Recently: every ~42 days

Total

11

Last Release

234d ago

### 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 (15 commits)")

---

Tags

phpapiwrappernetworkingcentralarubaHPEaruba-php-sdk

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

PHPackages © 2026

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