Skip to content

Integrate with the ClearPass Guest API using SaloonPHP

Notifications You must be signed in to change notification settings

spkm/clear-pass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Packages

No packages published

Languages