Download the PHP package teksite/systeminfo-laravel without Composer
On this page you can find all versions of the php package teksite/systeminfo-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download teksite/systeminfo-laravel
More information about teksite/systeminfo-laravel
Files in teksite/systeminfo-laravel
Download teksite/systeminfo-laravel
More information about teksite/systeminfo-laravel
Files in teksite/systeminfo-laravel
Vendor teksite
Package systeminfo-laravel
Short Description A Laravel package for collecting system, server, PHP and Laravel runtime information
License MIT
Package systeminfo-laravel
Short Description A Laravel package for collecting system, server, PHP and Laravel runtime information
License MIT
Please rate this library. Is it a good library?
Informations about the package systeminfo-laravel
Teksite SystemInfo (Laravel Package)
A lightweight Laravel package for collecting system, hardware, OS, PHP, Laravel, and database information in a structured and unified way across Linux and Windows systems.
Features
- OS detection (Linux / Windows)
- CPU information (model, cores, threads, usage)
- RAM usage statistics
- Disk usage (multi-disk support)
- GPU detection (NVIDIA support on Linux, Windows adapters)
- Web server detection (Apache, Nginx, LiteSpeed, IIS)
- PHP environment information
- Laravel runtime information
- Database engine detection (MySQL, MariaDB, PostgreSQL, SQLite, SQL Server)
- Network information (hostname, local IP, public IP)
- Uptime tracking
- Timezone detection
Installation
Install via Composer:
composer require teksite/systeminfo-laravel
Usages
Get Hardware and OS information
Example Output
Get Database information
Example Output
Get Laravel information
Example Output
Get PHP information
Example Output
Requirements
- PHP 8.3+
- Laravel 11+
- shell_exec enabled (optional)
Permissions Notes
Some features may require:
- /proc access (Linux)
- PowerShell access (Windows)
- shell_exec enabled
- Network access for public IP
If a feature is unavailable, it will return null safely.
Architecture
Driver-based system:
- LinuxDriver
- WindowsDriver
Modules:
- Hardware
- OS
- Network
- Web Server
- Runtime info
Roadmap
- PHP extensions analyzer
- Laravel environment inspection
- Database deep metrics
- Optional caching layer
Contributing
- Open issues
- Pull requests welcome
License
MIT License © Teksite
Support
Website: https://teksite.net | https://laratek.net Email: [email protected] GitHub: https://github.com/teksite/handler
All versions of systeminfo-laravel with dependencies
PHP Build Version
Package Version
The package teksite/systeminfo-laravel contains the following files
Loading the files please wait ...