Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

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

Installation and usage

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

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

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

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

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

Security

If you discover any security related issues, please email hello@spkmitchell.co.uk instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Integrate with the ClearPass Guest API using SaloonPHP

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages