Download the PHP package patelworld/systeminfo without Composer

On this page you can find all versions of the php package patelworld/systeminfo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package systeminfo

System Information

System Info is a PHP library that gives the system related information based on WMIC command.

License: MIT


Table of Contents


Installation

Basic Usage

Namespacing

The System Information library is under PatelWorld\SystemInfo namespace.

Once you have installed the System Information library, fetching system information is really simple.

First, If you are working in a fremework then create a new instance of the desired type and import the related class on top of the php file with use statement. Example given below. The class are availbale to use statically.

Next, just call the method name statically on class. ClassName::methodName()

Examples

Class and Methods

Battery

Board

Cpu

Disk Drive

Method return type description
diskCount() int it return int where the value is count of total phycical disk available in machine
details() array it return array where the main array contains index array and each index contains the all possible information of disk(n). n is the count of disk.
getModel() array it return array where the main array contains index array and each index contains the model number of nth element in the list of disk.

Graphics card

Logical Drive

Memory Chip (RAM)

Network Adapter

OS

Sound Device

USB


All versions of systeminfo with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package patelworld/systeminfo contains the following files

Loading the files please wait ....