Bånder

SystemInfoController extends Controller
in package

Attributes
#[Middleware]
['auth:sanctum', 'ability:' . \App\Models\TokenAbility::ACCESS_API->value, 'force.json']
#[Prefix]
'/system-info'

Table of Contents

Methods

php()  : mixed
Get php info
system()  : mixed
denyWithStatus()  : mixed
gateCheckExecuteJob()  : mixed
gateCheckViewDashboard()  : mixed
noContent()  : mixed

Methods

php()

Get php info

public php() : mixed
Tags
response

array{ section: string, values: array{ key: string, value: string|int|bool|float|null, }[] }[]

Attributes
#[Get]
'/'
'api.system-info.php'

system()

public system() : mixed
Tags
response

array{ memoryUsage: int, systemLoadAverage: int[], swooleVm: array{ object_num: int, resource_num: int } }

Attributes
#[Get]
'/sys'
'api.system-info.sys'

denyWithStatus()

protected denyWithStatus(string $message, int $status) : mixed
Parameters
$message : string
$status : int

gateCheckExecuteJob()

protected gateCheckExecuteJob() : mixed

gateCheckViewDashboard()

protected gateCheckViewDashboard() : mixed

        
On this page

Search results