https://github.com/webdna/system-info
https://github.com/webdna/system-info
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/webdna/system-info
- Owner: webdna
- Created: 2024-05-09T14:26:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T14:06:11.000Z (about 2 years ago)
- Last Synced: 2025-06-26T01:04:56.309Z (12 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# system-info
app.php
use webdna\systeminfo\SystemInfo;
return [
'modules' => [
'system-info' => SystemInfo::class,
],
'bootstrap' => ['system-info'],
];
url => actions/system-info/info?key={{ getenv(KEY) }}