PHPackages                             spkm/clear-pass - 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. spkm/clear-pass

ActiveLibrary[API Development](/categories/api)

spkm/clear-pass
===============

Integrate with the ClearPass Guest API using SaloonPHP

v1.0.3(1y ago)18MITPHPPHP &gt;=8.3CI passing

Since Feb 18Pushed 1y ago2 watchersCompare

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

READMEChangelog (1)Dependencies (9)Versions (5)Used By (0)

[![Banner](https://camo.githubusercontent.com/00f5f3cc29d25a21cdc31070478f4587026f1f2fed9017a330dc0068d024cb2c/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f436c656172506173732532304150492e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d73706b6d253246636c6561722d70617373267061747465726e3d617263686974656374267374796c653d7374796c655f32266465736372697074696f6e3d266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)](https://camo.githubusercontent.com/00f5f3cc29d25a21cdc31070478f4587026f1f2fed9017a330dc0068d024cb2c/68747470733a2f2f62616e6e6572732e6265796f6e64636f2e64652f436c656172506173732532304150492e706e673f7468656d653d6461726b267061636b6167654d616e616765723d636f6d706f7365722b72657175697265267061636b6167654e616d653d73706b6d253246636c6561722d70617373267061747465726e3d617263686974656374267374796c653d7374796c655f32266465736372697074696f6e3d266d643d312673686f7757617465726d61726b3d3126666f6e7453697a653d313030707826696d616765733d68747470732533412532462532466c61726176656c2e636f6d253246696d672532466c6f676f6d61726b2e6d696e2e737667)

#### A PHP package for managing Guest WiFi users on Aruba ClearPass.

[](#a-php-package-for-managing-guest-wifi-users-on-aruba-clearpass)

Installation and usage
----------------------

[](#installation-and-usage)

This package requires PHP 8.3 &amp; Laravel 11.0 or higher. See the `tests/` folder for documentation.

### Basic Installation

[](#basic-installation)

You can install this package via composer using:

```
composer require spkm/clear-pass

```

Publish the config file with:

```
php artisan vendor:publish --provider="spkm\ClearPass\ClearPassServiceProvider"

```

### Usage

[](#usage)

```
use spkm\ClearPass\Facades\ClearPass;
use spkm\ClearPass\Requests\GetGuestUsersRequest;

$paginator = ClearPass::paginate(new GetGuestUsersRequest());

foreach ($paginator as $response) {
    $response->json();
}
```

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Simon Mitchell](https://github.com/spkm)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance44

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

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 ~5 days

Total

4

Last Release

440d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4d48d5accefdd64f4e7c179293affb51d7b36b66143e228ae02123392f687134?d=identicon)[spkm](/maintainers/spkm)

---

Top Contributors

[![spkm](https://avatars.githubusercontent.com/u/20472830?v=4)](https://github.com/spkm "spkm (10 commits)")

---

Tags

laravelREST APIarubaClearPass

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/spkm-clear-pass/health.svg)

```
[![Health](https://phpackages.com/badges/spkm-clear-pass/health.svg)](https://phpackages.com/packages/spkm-clear-pass)
```

###  Alternatives

[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1221.1k](/packages/codebar-ag-laravel-docuware)[codebar-ag/laravel-zammad

Zammad integration with Laravel

106.1k](/packages/codebar-ag-laravel-zammad)[njoguamos/laravel-plausible

A laravel package for interacting with plausible analytics api.

208.8k](/packages/njoguamos-laravel-plausible)

PHPackages © 2026

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